Team, Supported Maven version: Maven 2.0.7 Supported JDK's: JDK1.4, JDK1.5, JDK1.6
To generate release artifacts: "mvn -U -Drelease clean install" To run a full build: "mvn clean install" To run a single test: "mvn -Dtest=MyTest install" (don't use the package name of the class, just the class name) To look at dependencies under any module, run: "mvn dependency:resolve" Notes: * The "-U" ensures that you fetch the latest snapshots * The "-Drelease" runs the pom.xml under modules/distribution. The zip's are created under modules/distribution/target * To skip tests use "-Dtest=false" * If you run into an exception, switch on printing of full exception using "-e" * If you want to see the versbose output, use "-X" If you see issues, please holler. thanks, dims -- Davanum Srinivas :: http://davanum.wordpress.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
