This is an automated email from the ASF dual-hosted git repository.
pottlinger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/creadur-rat.git
The following commit(s) were added to refs/heads/master by this push:
new fa455a38 RAT-342: Add maven wrapper to documentation
fa455a38 is described below
commit fa455a38c20f9c1055f04b32e8f1300877246a56
Author: P. Ottlinger <[email protected]>
AuthorDate: Sun Jan 14 16:10:17 2024 +0100
RAT-342: Add maven wrapper to documentation
---
BUILD.txt | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/BUILD.txt b/BUILD.txt
index 562bb7a9..6ca6dc3d 100644
--- a/BUILD.txt
+++ b/BUILD.txt
@@ -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.