Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork0
marcphilipp/maven-surefire
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Contributing toApache Maven Surefire
Usage ofmaven-surefire-plugin,maven-failsafe-plugin,maven-surefire-report-plugin
Build the Surefire project usingMaven 3.6.3+ andJDK 8+.
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"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"In order to build and run the tests:
mvn install site site:stage -P reporting,run-itsTo set up the project inEclipse IDE orIntelliJ IDEA, please follow these steps:
Build module
surefire-shared-utilswith profileide-developmentand install it into the local maven repository using this Maven command:mvn install -P ide-development -f surefire-shared-utils/pom.xmlBuild module
surefire-grouperin order to generate and compile sources intotarget/generated-sources/javaccusing this Maven command:mvn compile -f surefire-grouper/pom.xmlIn Eclipse, selectFile > Import ... > Maven Project
- Select all projects (poms) except
surefire-shared-utils,enter profileide-developmentinAdvanced -> Profiles - Check module
surefire-grouperhas source foldertarget/generated-sources/javacc.If not, add it manually in the module's project properties
- Select all projects (poms) except
In IntelliJ, selectMaven > Profiles and check
ide-development
Seehttp://maven.apache.org/developers/website/deploy-component-reference-documentation.html
About
Apache Maven Surefire
Resources
Contributing
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Sponsor this project
Uh oh!
There was an error while loading.Please reload this page.
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Languages
- Java99.9%
- Other0.1%

