Do mvn clean before build.

We've had build issues be hidden by caching. So we should build from
clean each time, in immitation of the prod build process.
This commit is contained in:
Shane Kilkelly 2019-03-06 11:41:59 +00:00
parent c1e7969342
commit 600aa8d9cf

View file

@ -17,7 +17,7 @@ clean:
mvn clean mvn clean
package: package: clean
mvn package mvn package