investigating
1 file changed
tree: 4da96dace939b70b3b27290ee7e7bcaf16dd1a0d
  1. maven-failsafe-plugin/
  2. maven-surefire-common/
  3. maven-surefire-plugin/
  4. maven-surefire-report-plugin/
  5. src/
  6. surefire-api/
  7. surefire-booter/
  8. surefire-grouper/
  9. surefire-integration-tests/
  10. surefire-providers/
  11. surefire-report-parser/
  12. surefire-setup-integration-tests/
  13. surefire-shadefire/
  14. .gitattributes
  15. .gitignore
  16. CONTRIBUTING.md
  17. deploySite.sh
  18. pom.xml
  19. README.md
README.md

Built with Maven CI

chat Join us @ irc://freenode/maven or Webchat with us @channel maven

Release Notes

Maven Central

JIRA Change Log

tag

Usage of maven-surefire-plugin, maven-failsafe-plugin, maven-surefire-report-plugin.

Project Documentation

documentation

Build Status

dependencies Maven 2.2.1 Plugin API

license coverage tests Build Status Build Status Build Status

Development Information

Surefire needs Maven 3.0.5 and JDK 1.6+ to be built. But in order to run IT tests, you can do:

  • -DmavenHomeUsed= path to a Maven 2.x home or -Pmaven-2.2.1, this profile will download Maven 2.2.1 distribution. Use it to run 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”
  • $ mvn install site site:stage -P reporting,run-its

Deploying web site

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