summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorclemenso <clemenso@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4>2010-01-05 14:45:11 +0000
committerclemenso <clemenso@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4>2010-01-05 14:45:11 +0000
commitb64fe87baf4f554411ca73fc3250fa515da3e69d (patch)
tree79fb6ac6c709b332b90d2e47384415f6573eebf2
parent73065b1be0f839c09e8ca481a20f398167404ce4 (diff)
downloadmocca-b64fe87baf4f554411ca73fc3250fa515da3e69d.tar.gz
mocca-b64fe87baf4f554411ca73fc3250fa515da3e69d.tar.bz2
mocca-b64fe87baf4f554411ca73fc3250fa515da3e69d.zip
implementation-build manifest entry for AppletExt (version in log)
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@570 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
-rw-r--r--BKUAppletExt/pom.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/BKUAppletExt/pom.xml b/BKUAppletExt/pom.xml
index 122751c5..1440fc76 100644
--- a/BKUAppletExt/pom.xml
+++ b/BKUAppletExt/pom.xml
@@ -44,6 +44,22 @@
</dependencies>
<build>
<plugins>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>maven-buildnumber-plugin</artifactId>
+ <executions>
+ <execution>
+ <phase>validate</phase>
+ <goals>
+ <goal>create</goal>
+ </goals>
+ </execution>
+ </executions>
+ <configuration>
+ <doCheck>false</doCheck>
+ <doUpdate>false</doUpdate>
+ </configuration>
+ </plugin>
<plugin>
<artifactId>maven-jar-plugin</artifactId>
<groupId>org.apache.maven.plugins</groupId>
@@ -62,6 +78,9 @@
<addClasspath>false</addClasspath>
<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
</manifest>
+ <manifestEntries>
+ <Implementation-Build>${project.version}-r${buildNumber}</Implementation-Build>
+ </manifestEntries>
</archive>
<alias>test-applet signer</alias>
<keystore>./keystore.ks</keystore>