Skip to content

Commit

Permalink
RAT-342: Add maven wrapper to documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ottlinger committed Jan 14, 2024
1 parent 97b3192 commit fa455a3
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions BUILD.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,17 @@ There is a maven default goal configured that builds and installs a fresh artifa
or
Normal development:

mvn install
mvn install OR
./mvnw install

Normal development without running tests:

mvn -Dmaven.test.skip=true install
mvn -Dmaven.test.skip=true install OR
./mvnw -Dmaven.test.skip=true install

Build apache release

mvn clean install -Papache-release
mvn clean install -Papache-release OR
./mvnw clean install -Papache-release

RAT uses the previos release version during the build to verify it complies its own rules.

0 comments on commit fa455a3

Please sign in to comment.