summaryrefslogtreecommitdiff
path: root/BKUApplet
diff options
context:
space:
mode:
authorTobias Kellner <tobias.kellner@iaik.tugraz.at>2014-10-17 17:56:15 +0200
committerTobias Kellner <tobias.kellner@iaik.tugraz.at>2014-10-17 17:56:15 +0200
commit9690f154c8ba00a4644c3216f1de1520597c1755 (patch)
tree490f22d0d112a8cd1799d4d919dafb8c39b9d68f /BKUApplet
parentd74cd77fd3424ab031dc1d567b35ea6678325b2c (diff)
downloadmocca-9690f154c8ba00a4644c3216f1de1520597c1755.tar.gz
mocca-9690f154c8ba00a4644c3216f1de1520597c1755.tar.bz2
mocca-9690f154c8ba00a4644c3216f1de1520597c1755.zip
[maven-release-plugin] prepare release mocca-1.3.16mocca-1.3.16
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