aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorChristof Rabensteiner <christof.rabensteiner@iaik.tugraz.at>2019-08-21 15:17:49 +0200
committerChristof Rabensteiner <christof.rabensteiner@iaik.tugraz.at>2019-08-23 14:57:28 +0200
commitaf9478800e5e9884e690c5a48dce2b68d7d348a2 (patch)
tree2374231a72dab027ba728e4b13dec2c5a1fb6902 /pom.xml
parent66d12f41b530a063dc17a4add8dc3f2f842f04f6 (diff)
downloadmoa-zs-af9478800e5e9884e690c5a48dce2b68d7d348a2.tar.gz
moa-zs-af9478800e5e9884e690c5a48dce2b68d7d348a2.tar.bz2
moa-zs-af9478800e5e9884e690c5a48dce2b68d7d348a2.zip
Remove SSL Depending Testcases from Integration Test Suite
- Reason: Now we can run integration tests without the need to set up SSL reverse proxy with client certificates.
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>