JAVA-73: Fix live-test.sh and cleanup pom.xml

This commit is contained in:
Krzysiek 2020-04-23 22:38:10 +02:00
parent acf4fa5af9
commit ffa8e0839d
2 changed files with 2 additions and 5 deletions

View File

@ -1,3 +1,3 @@
#!/bin/bash
mvn clean compile test -P live-all
mvn clean compile test -P live-all -f ../../../pom.xml

View File

@ -1341,10 +1341,7 @@
</plugins>
</build>
<!-- <modules> -->
<!-- <module>persistence-modules</module> -->
<!-- </modules> -->
</profile>