Skip to content

Commit 2336d47

Browse files
committed
debian: When building packages run a Maven clean first
1 parent 1201d62 commit 2336d47

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

debian/rules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ build: build-indep
3434
build-indep: build-indep-stamp
3535

3636
build-indep-stamp: configure
37-
mvn package -Pawsapi -DskipTests -Dsystemvm \
37+
mvn clean package -Pawsapi -DskipTests -Dsystemvm \
3838
-Dcs.replace.properties=replace.properties.tmp \
3939
${ACS_BUILD_OPTS}
4040
touch $@

0 commit comments

Comments
 (0)