summaryrefslogtreecommitdiff
path: root/BKULocal/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'BKULocal/pom.xml')
-rw-r--r--BKULocal/pom.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/BKULocal/pom.xml b/BKULocal/pom.xml
index 482c7d9a..91512476 100644
--- a/BKULocal/pom.xml
+++ b/BKULocal/pom.xml
@@ -62,9 +62,11 @@
<outputDirectory>${project.build.directory}/${project.build.finalName}</outputDirectory>
</configuration>
</execution>
+ <!-- http://jira.egovlabs.gv.at/browse/MOCCA-762
+ | do not provide certificates in webapp filesystem (default trust/certstores) -->
+
<execution>
- <!-- certificates in webapp filesystem (default trust/certstores) -->
- <id>copy-certificates</id>
+ <id>copy-certificates</id>
<goals>
<goal>unpack-dependencies</goal>
</goals>