Skip to content

Commit 921e140

Browse files
committed
build: clean first when running quick-compile.sh
Signed-off-by: Max Brauer <mbrauer@vmware.com>
1 parent b01c1bf commit 921e140

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quick-compile.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ SCDIR=$(dirname "$(readlink -f "${BASH_SOURCE[0]}")")
33
SCDIR=$(realpath $SCDIR)
44
export MAVEN_THREADS=1C
55
export LOCAL=true
6-
$SCDIR/mvnw install -DskipTests -T 1C -P-snapshot -P-integration -DskipTests
6+
$SCDIR/mvnw clean install -DskipTests -T 1C -P-snapshot -P-integration -DskipTests

0 commit comments

Comments
 (0)