Skip to content

andyglick/maven-surefire

 
 

Repository files navigation

Surefire needs Maven 3.0.5 and JDK 1.6+ to be built.
But in order to test it tests, you can do:
* -DmavenHomeUsed= path to a Maven 2.x home
* or -Pmaven-2.2.1, this profile will download a Maven 2.2.1 distrib and use it for integration tests.
In order to run tests for a release check during the vote the following memory requirements are needed:
export MAVEN_OPTS="-Xmx768m -XX:MaxPermSize=1g -XX:SoftRefLRUPolicyMSPerMB=50 -Djava.awt.headless=true"

Deploying web site
------------------

see http://maven.apache.org/developers/website/deploy-component-reference-documentation.html

About

Mirror of Apache Maven Surefire

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 99.8%
  • Other 0.2%