summaryrefslogtreecommitdiff
path: root/BKUApplet
diff options
context:
space:
mode:
Diffstat (limited to 'BKUApplet')
-rw-r--r--BKUApplet/pom.xml20
1 files changed, 19 insertions, 1 deletions
diff --git a/BKUApplet/pom.xml b/BKUApplet/pom.xml
index 7116b2c0..5828d3d7 100644
--- a/BKUApplet/pom.xml
+++ b/BKUApplet/pom.xml
@@ -2,7 +2,7 @@
<parent>
<artifactId>mocca</artifactId>
<groupId>at.gv.egiz</groupId>
- <version>1.3.16-SNAPSHOT</version>
+ <version>1.3.16</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>BKUApplet</artifactId>
@@ -191,6 +191,24 @@
</build>
</profile>
<profile>
+ <id>ks-sign</id>
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-jar-plugin</artifactId>
+ <groupId>org.apache.maven.plugins</groupId>
+ <version>2.2-mocca</version>
+ <configuration>
+ <keystore>${ks-file}</keystore>
+ <alias>a-sit-3</alias>
+ <storepass>${ks-pass}</storepass>
+ <keypass>${ks-pass}</keypass>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+ <profile>
<!--
This profile is here for triggering when another scm than svn is
used (for example git). Try to get the associated svn revision