Skip to content

Commit ac0d588

Browse files
committed
Update Makefile
1 parent 9fe7edb commit ac0d588

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#! make
22
package:
3-
mvn clean package -DskipTests
3+
# 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
45

56
run: package
67
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

Comments
 (0)