This wiki is no longer active and is left here for historical purposes. Please visit oauth.net for up-to-date information.
View
 

MavenReleaseProcess

This version was saved 10 years ago View current version     Page history
Saved by eaton.lists@...
on January 29, 2008 at 11:19:36 am
 

How to build the OAuth java libraries with Maven:

 

1) Install Maven

Download maven 2 from http://maven.apache.org/download.html.

Follow the instructions on the download page to configure Maven for your machine (you probably need to set JAVA_HOME).

 

2) Check out the java code

 

3) Build the code and run the unittests:

cd java

mvn

 

4) Upload new files to the maven repository:

mvn deploy

svn ci

Comments (0)

You don't have permission to comment on this page.