How to build and release the OAuth java libraries with Maven:
1) Install Maven
2) Check out the java code and maven repository
3) Edit java/pom.xml and bump to the current date in YYYYMMDD format.
4) Build the code, run the tests, and deploy the new libraries to the repository
5) Check in the pom.xml change:
6) Upload new files to the maven repository:
cd ../maven
find . -name YYYYMMDD | xargs svn add
svn ci
Comments (0)
You don't have permission to comment on this page.