log inhelp
Already have an account? Log in!
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
svn co http://oauth.googlecode.com/svn/code/java java
3) Build the code and run the unittests:
cd java
mvn
4) Upload new files to the maven repository:
mvn deploy
svn ci
Insert links to other pages or uploaded files.
Tip: To turn text into a link, highlight the text, then click on a page or file from the list above.
You don't have permission to comment on this page.
Comments (0)
You don't have permission to comment on this page.