Apache Maven is a software project management and comprehension tool.
We use the command line to pass on system properties to the Java virtual machine when running our Hudson builds …
maven-2 jvm maven-plugin surefire system-propertiesI have an ivy.xml containing <dependencies> <dependency org="commons-lang" name="commons-lang" rev="2.4"/> <dependency org="…
maven-2 artifactory ivyI am using the maven-ear-plugin version 2.3.1 - I know there is a new version available: http://maven.apache.org/plugins/…
java maven-2 build-process maven-ear-plugincan any one tell me how to force maven to precede mapping .hbm.xml files in the automatically generated hibernate.…
hibernate maven-2 hibernate-toolsWe have a hundreds of tests defined for our integration-test phase lifecycle in maven, and they take a long time …
maven-2 integration-testing maven-surefire-pluginI am creating a maven 2 build for a project and I came up with profiles since the build has to …
maven-2 profile activationI'm experimenting with Protocol Buffers in an existing, fairly vanilla Maven 2 project. Currently, I invoke a shell script every time …
maven-2 protocol-buffersI have a project which I am building with Maven which uses Hibernate (and Spring) to retrieve data from a …
java testing maven-2 integration-testingBy default maven surefile plugin run tests in isolated (forked) environment. You can override this behavior with following configuration: <…
maven-2 surefire fork