aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml9
1 files changed, 8 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 775c262..62a5bdf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -69,7 +69,13 @@
</properties>
</profile>
<profile>
- <id>integration-test</id>
+ <id>integration-tests</id>
+ <properties>
+ <exclude-test-pattern>**/ITSSL*Test.java</exclude-test-pattern>
+ </properties>
+ </profile>
+ <profile>
+ <id>all-tests</id>
<properties>
<exclude-test-pattern></exclude-test-pattern>
</properties>
@@ -156,6 +162,7 @@
</dependency>
</dependencies>
<build>
+ <finalName>moa-zs</finalName>
<plugins>
<!-- spring-boot-maven-plugin -->
<plugin>