diff options
author | Tobias Kellner <tobias.kellner@iaik.tugraz.at> | 2014-10-17 17:56:15 +0200 |
---|---|---|
committer | Tobias Kellner <tobias.kellner@iaik.tugraz.at> | 2014-10-17 17:56:15 +0200 |
commit | 9690f154c8ba00a4644c3216f1de1520597c1755 (patch) | |
tree | 490f22d0d112a8cd1799d4d919dafb8c39b9d68f /BKUApplet/pom.xml | |
parent | d74cd77fd3424ab031dc1d567b35ea6678325b2c (diff) | |
download | mocca-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/pom.xml')
-rw-r--r-- | BKUApplet/pom.xml | 20 |
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 |