summaryrefslogtreecommitdiff
path: root/pdf-over-gui/pom.xml
diff options
context:
space:
mode:
authortkellner <tkellner@174cde9d-5d70-4d2a-aa98-46368bc2aaf7>2013-04-10 19:02:51 +0000
committertkellner <tkellner@174cde9d-5d70-4d2a-aa98-46368bc2aaf7>2013-04-10 19:02:51 +0000
commit643e49a5a15feeed656609319841b294323e05c8 (patch)
treeae22a3547b6dd31a807f42c98724621564767f50 /pdf-over-gui/pom.xml
parent569757d5f15de5b9ee8e65dd881e971b83326e9e (diff)
downloadpdf-over-643e49a5a15feeed656609319841b294323e05c8.tar.gz
pdf-over-643e49a5a15feeed656609319841b294323e05c8.tar.bz2
pdf-over-643e49a5a15feeed656609319841b294323e05c8.zip
+ resolved conflicts
+ simplified Error Dialog + Change emblem config git-svn-id: https://joinup.ec.europa.eu/svn/pdf-over/trunk@97 174cde9d-5d70-4d2a-aa98-46368bc2aaf7
Diffstat (limited to 'pdf-over-gui/pom.xml')
-rw-r--r--pdf-over-gui/pom.xml31
1 files changed, 29 insertions, 2 deletions
diff --git a/pdf-over-gui/pom.xml b/pdf-over-gui/pom.xml
index 050097ae..115e18f1 100644
--- a/pdf-over-gui/pom.xml
+++ b/pdf-over-gui/pom.xml
@@ -124,6 +124,33 @@
</executions>
</plugin>
<plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-jarsigner-plugin</artifactId>
+ <version>1.2</version>
+ <executions>
+ <execution>
+ <id>sign</id>
+ <phase>install</phase>
+ <goals>
+ <goal>sign</goal>
+ </goals>
+ </execution>
+ </executions>
+ <configuration>
+ <archiveDirectory>target</archiveDirectory>
+ <excludes>
+ <exclude>**/S*.jar</exclude>
+ </excludes>
+ <includes>
+ <include>*.jar</include>
+ </includes>
+ <keystore>src/main/resources/keystore.jks</keystore>
+ <alias>pdfover_test</alias>
+ <storepass>123456</storepass>
+ <keypass>123456</keypass>
+ </configuration>
+ </plugin>
+ <plugin>
<artifactId>maven-resources-plugin</artifactId>
<version>2.4.2</version>
<executions>
@@ -295,5 +322,5 @@
<url>http://www.9stmaryrd.com/maven</url>
</pluginRepository>
</pluginRepositories>
-
-</project>
+
+</project> \ No newline at end of file