summaryrefslogtreecommitdiff
path: root/BKUCertificates/pom.xml
diff options
context:
space:
mode:
authorclemenso <clemenso@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4>2009-08-13 09:17:40 +0000
committerclemenso <clemenso@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4>2009-08-13 09:17:40 +0000
commitec680d62e3e2564d0854b2d34827d7d61f84b709 (patch)
treeaa2a2405bc473c1ee243b95a6c06a705e805383a /BKUCertificates/pom.xml
parent78c11c6bc3ffecf26a12981b6975a473479855a4 (diff)
downloadmocca-ec680d62e3e2564d0854b2d34827d7d61f84b709.tar.gz
mocca-ec680d62e3e2564d0854b2d34827d7d61f84b709.tar.bz2
mocca-ec680d62e3e2564d0854b2d34827d7d61f84b709.zip
[#433] update BKU Web Start CertStore
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@422 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
Diffstat (limited to 'BKUCertificates/pom.xml')
-rw-r--r--BKUCertificates/pom.xml35
1 files changed, 35 insertions, 0 deletions
diff --git a/BKUCertificates/pom.xml b/BKUCertificates/pom.xml
new file mode 100644
index 00000000..0b39ca31
--- /dev/null
+++ b/BKUCertificates/pom.xml
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>bku</artifactId>
+ <groupId>at.gv.egiz</groupId>
+ <version>1.2.1-SNAPSHOT</version>
+ </parent>
+ <groupId>at.gv.egiz</groupId>
+ <artifactId>BKUCertificates</artifactId>
+ <version>1.0-SNAPSHOT</version>
+ <name>BKU Certificates</name>
+
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-jar-plugin</artifactId>
+ <groupId>org.apache.maven.plugins</groupId>
+ <configuration>
+ <archive>
+ <!--index>true</index-->
+ <manifest>
+ <!-- BKUWebStart requires Implementation-Version attribute
+ | BKUWebStart assumes certs to be under at/gv/egiz/bku/certs
+ |-->
+ <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
+ </manifest>
+ </archive>
+ <verbose>true</verbose>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+</project>