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 964db69c RAT-487: Do not perform clean in order to not trigger a build 
of release versions
964db69c is described below

commit 964db69c39b5b5991cadf06016ad915656c83128
Author: P. Ottlinger <[email protected]>
AuthorDate: Sun Oct 12 18:41:38 2025 +0200

    RAT-487: Do not perform clean in order to not trigger a build of release 
versions
---
 .buildtools/generateStagingSiteInWebpageRepo | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.buildtools/generateStagingSiteInWebpageRepo 
b/.buildtools/generateStagingSiteInWebpageRepo
index 9cdb87dc..a0c719a5 100755
--- a/.buildtools/generateStagingSiteInWebpageRepo
+++ b/.buildtools/generateStagingSiteInWebpageRepo
@@ -16,7 +16,7 @@
 #
 # DEVHINT: RAT-302: Do not use modern JDK due to the javadoc problem; JDK8 and 
16 are okay
 # DEVHINT: package build is required as site target requires access to the 
completed jar package.
-./mvnw -B clean package site site:stage
+./mvnw -B package site site:stage
 
 # DEVHINT: with trailing slash please!
 targetDirectory=../creadur-site/rat017/

Reply via email to