diff options
author | clemenso <clemenso@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4> | 2009-11-09 17:05:57 +0000 |
---|---|---|
committer | clemenso <clemenso@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4> | 2009-11-09 17:05:57 +0000 |
commit | 5bb4d11327fcfe0fdc4234eeb02f4b09d108109e (patch) | |
tree | ded41c095b85fb11a171718a170bcaeb202d5a1e /BKUApplet/pom.xml | |
parent | 83e8c95ea7d257166d350a59bfd81e9833ec14fd (diff) | |
download | mocca-5bb4d11327fcfe0fdc4234eeb02f4b09d108109e.tar.gz mocca-5bb4d11327fcfe0fdc4234eeb02f4b09d108109e.tar.bz2 mocca-5bb4d11327fcfe0fdc4234eeb02f4b09d108109e.zip |
applet version
BKUFonts .project
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@536 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
Diffstat (limited to 'BKUApplet/pom.xml')
-rw-r--r-- | BKUApplet/pom.xml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/BKUApplet/pom.xml b/BKUApplet/pom.xml index 4172517b..8f72b7d0 100644 --- a/BKUApplet/pom.xml +++ b/BKUApplet/pom.xml @@ -45,6 +45,22 @@ </executions> </plugin> <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> <executions> @@ -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> |