31 lines
818 B
Diff
31 lines
818 B
Diff
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
|
|
|