Sophie

Sophie

distrib > Mageia > 5 > x86_64 > media > core-release-src > by-pkgid > 315ecb372cbd0c0060228708a56b02c9 > files > 1

jetty-test-policy-1.2-8.mga5.src.rpm

From c33994112810886da31c0927a37bf9f3b6d10e5d Mon Sep 17 00:00:00 2001
From: Mikolaj Izdebski <mizdebsk@redhat.com>
Date: Mon, 11 Aug 2014 19:00:34 +0200
Subject: [PATCH] Sign JAR with maven-jarsigner-plugin

---
 pom.xml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/pom.xml b/pom.xml
index 8a88f22..c83c8c3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,6 +21,13 @@
                   <goal>jar</goal>
                 </goals>
               </execution>
+            </executions>
+          </plugin>
+          <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-jarsigner-plugin</artifactId>
+            <version>1.3.2</version>
+            <executions>
               <execution>
                 <id>sign</id>
                 <configuration>
-- 
1.9.3