[maven-release-plugin] copy for tag surefire-2.22.1_vote-1
[maven-release-plugin] prepare release surefire-2.22.1_vote-1
23 files changed
tree: 73159c50f6421ae7848f83275082b3ec92a766e8
  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-its/
  10. surefire-logger-api/
  11. surefire-providers/
  12. surefire-report-parser/
  13. surefire-shadefire/
  14. .gitattributes
  15. .gitignore
  16. .travis.yml
  17. CONTRIBUTING.md
  18. deploySite.sh
  19. Jenkinsfile
  20. pom.xml
  21. README.md
README.md

Built with Maven CI

forks

The Maven Community

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

Release Notes

Maven Central

JIRA Change Log

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 tests Build Status

Development Information

In order to build Surefire project use Maven 3.1.0+ and JDK 1.8.

But in order to run IT tests, you can do:

  • In order to run tests for a release check during the vote the following memory requirements are needed:
    (on Linux/Unix) export MAVEN_OPTS=“-server -Xmx512m -XX:MetaspaceSize=128m -XX:MaxMetaspaceSize=384m -XX:+UseG1GC -XX:+UseStringDeduplication -XX:+TieredCompilation -XX:TieredStopAtLevel=1 -XX:SoftRefLRUPolicyMSPerMB=50 -Djava.awt.headless=true -Dhttps.protocols=TLSv1”
    (on Windows) set MAVEN_OPTS=“-server -Xmx256m -XX:MetaspaceSize=128m -XX:MaxMetaspaceSize=384m -XX:+UseG1GC -XX:+UseStringDeduplication -XX:+TieredCompilation -XX:TieredStopAtLevel=1 -XX:SoftRefLRUPolicyMSPerMB=50 -Djava.awt.headless=true -Dhttps.protocols=TLSv1”
  • In order to run the build with JDK 9 on Windows (on Linux/Unix modify system property jdk.home):
    mvn install site site:stage -P reporting,run-its "-Djdk.home=e:\Program Files\Java\jdk9"
  • In order to run the build with JDK 10 disable JaCoCo due to a bug in JaCoCo mvn install site site:stage -P reporting,run-its -Djacoco.skip=true "-Djdk.home=e:\Program Files\Java\jdk10"

Deploying web site

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