The following commit has been merged in the master branch:
commit 4a44322d55e84701bb417ed8d452854c0e3f31da
Author: James Page <[email protected]>
Date: Fri Jan 6 11:38:31 2012 +0000
Added patch to sign jar using maven-jar-plugin
diff --git a/debian/patches/sign-jar.patch b/debian/patches/sign-jar.patch
new file mode 100644
index 0000000..c19d5cc
--- /dev/null
+++ b/debian/patches/sign-jar.patch
@@ -0,0 +1,28 @@
+Description: Use maven-jar-plugin to sign jar as maven-jarsigner-plugin
+ is not yet packaged for debian.
+Author: James Page <[email protected]>
+Forwarded: not-needed
+
+Index: jenkins-remoting/pom.xml
+===================================================================
+--- jenkins-remoting.orig/pom.xml 2012-01-06 11:24:05.503380716 +0000
++++ jenkins-remoting/pom.xml 2012-01-06 11:37:16.508294293 +0000
+@@ -160,6 +160,18 @@
+ </manifest>
+ </archive>
+ </configuration>
++ <executions>
++ <execution>
++ <goals>
++ <goal>sign</goal>
++ </goals>
++ <configuration>
++ <alias>${hudson.sign.alias}</alias>
++ <storepass>${hudson.sign.storepass}</storepass>
++ <keystore>${hudson.sign.keystore}</keystore>
++ </configuration>
++ </execution>
++ </executions>
+ </plugin>
+ <plugin>
+ <artifactId>maven-jarsigner-plugin</artifactId>
--
jenkins-remoting packaging
_______________________________________________
pkg-java-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits