Navigation Menu

Skip to content

Commit

Permalink
Merge pull request #144 from apache/documentation-updates
Browse files Browse the repository at this point in the history
Add instructions for local MR-jar testing
  • Loading branch information
leerho committed Aug 18, 2021
2 parents 963d5ba + b61e916 commit eef08af
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -92,6 +92,10 @@ To run javadoc on this multi-module project, use:

$ mvn clean process-classes javadoc:javadoc -DskipTests=true

To run the CI tests against the multi-release JAR for specific JVM versions [9-13], use:

$ mvn clean package -Denvironment=ci -Dmatrix.jdk.version=9

To run the eclipse plugin on this multi-module project, use:

$ mvn clean process-classes eclipse:eclipse -DskipTests=true
Expand Down

0 comments on commit eef08af

Please sign in to comment.