This is an automated email from the ASF dual-hosted git repository. danhaywood pushed a commit to branch v3 in repository https://gitbox.apache.org/repos/asf/causeway.git
commit 7791688e1d232ed1f8114df3e7d37958f8699828 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
