26 March 2013

Maven instructions for Windows

set JAVA_HOME to be a JDK directory (that contains BIN)
set proxy in mvn/confg/settings.xml
turn off any commented out dependencies
add any extra appendices from MVN repository website
build each directory, this goes into userfolder/.m2/repository
build the main product folder
mvn.bat clean install (inside each folder with POM.xml)
result jars are in the target folder