mvn javadoc:aggregate
to build the javadoc and make sure
it is generated without errors/warnings. Fix where necessary.
Make sure Eclipse build is warning-free.
mvn test
. Fix where necessary.
mvn jalopy:format
to reformat the code.
mvn clean deploy
to push the latest snapshot to Sonatype.
mvn source:jar; mvn javadoc:jar; mvn release:prepare; mvn release:perform
to create the Maven artifacts and push them to Maven Central
mvn javadoc:aggregate; mvn install
to produce the
release archive distribution
© Copyright 2005-2013, by Barak Naveh and Contributors. All rights reserved. |