[SCM] jenkins-remoting packaging branch, master, updated. upstream/2.4+dfsg-11-gb90b0cf

James Page james.page at canonical.com
Fri Jan 6 11:54:46 UTC 2012


The following commit has been merged in the master branch:
commit 4a44322d55e84701bb417ed8d452854c0e3f31da
Author: James Page <james.page at canonical.com>
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 <james.page at ubuntu.com>
+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



More information about the pkg-java-commits mailing list