Plugins archeotypes http://maven.apache.org/archetype/maven-archetype-bundles/ (https://github.com/sivaprasadreddy/maven-archetype-templates) maven options -Dmaven.test.skip=trueunit tests (surefire) classes *Test.java $ mvn test integration tests (failsafe) classes *IT.java $ mvn verify if different folders are used one needs to configue plugins: add-test-source, add-test-resource copy dependencies mvn -DoutputDirectory=c:\\temp\\jas dependency:copy-dependencies dependencies tree mvn dependency:tree -Dverbose -Dincludes=commons-collections release https://maven.apache.org/maven-release/maven-release-plugin/examples/prepare-release.html Manual installation
|
Build tools >