• If you are citizen of an European Union member nation, you may not use this service unless you are at least 16 years old.

  • You already know Dokkio is an AI-powered assistant to organize & manage your digital files & messages. Very soon, Dokkio will support Outlook as well as One Drive. Check it out today!

View
 

MavenReleaseProcess

Page history last edited by PBworks 16 years, 2 months ago

How to build and release 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 and maven repository

 

3) Edit all of the pom.xml files in the java directory (there are five) and bump the tags (all of them) to the current date in YYYYMMDD format.

 

4) Build the code, run the tests, and deploy the new libraries to the repository

cd java

mvn deploy

 

5) Check in the pom.xml change:

svn ci

 

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.