We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fe7edb commit ac0d588Copy full SHA for ac0d588
1 file changed
Makefile
@@ -1,6 +1,7 @@
1
#! make
2
package:
3
- mvn clean package -DskipTests
+ # ala-sensitive-data-tools fails with compilation error ans isn't needed for running the service
4
+ mvn clean package -pl '!ala-sensitive-data-tools' -DskipTests
5
6
run: package
7
java -jar ala-sensitive-data-server/target/ala-sensitive-data-server-1.2.jar server /data/ala-sensitive-data-service/config/config.yml
0 commit comments