This is an automated email from the ASF dual-hosted git repository.

danhaywood pushed a commit to branch 2.1.0
in repository https://gitbox.apache.org/repos/asf/causeway.git

commit 582966da0f5c728ea6dd81c81995dd7bcf2542c5
Author: Dan Haywood <[email protected]>
AuthorDate: Sun Jul 7 16:41:00 2024 +0100

    2.1.0 : don't 'clean' when generate docs
    
    as removes the ln-tooling-jar ...
---
 preview.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/preview.sh b/preview.sh
index c55adcd127..138fbe5fbc 100755
--- a/preview.sh
+++ b/preview.sh
@@ -175,7 +175,7 @@ fi
 if [[ "$BUILD_CONFIGS" == "skip" ]]; then
   echo "skipping mvn -pl core/config"
 else
-  mvn clean install -pl core/config -DskipTests
+  mvn install -pl core/config -DskipTests
 fi
 
 if [[ "$CLEAR_CACHE" == "skip" ]]; then

Reply via email to