diff --git a/compile.sh b/compile.sh index 6cb6032..9c98eae 100755 --- a/compile.sh +++ b/compile.sh @@ -1,6 +1,6 @@ #!/bin/sh -mvn clean spotless:apply +mvn -f pom-ci.xml clean spotless:apply (cd templates/client && mvn clean package) diff --git a/pom.xml b/pom-ci.xml similarity index 100% rename from pom.xml rename to pom-ci.xml