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