You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2020/04/08 19:53:42 UTC

[maven-project-info-reports-plugin] branch master updated: [MPIR-387] remove (unused) non-reproducible jar signing

This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-project-info-reports-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new f28d6bf  [MPIR-387] remove (unused) non-reproducible jar signing
f28d6bf is described below

commit f28d6bf53abdbe7d737a0dcbd1d758b088115c52
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Wed Apr 8 21:53:37 2020 +0200

    [MPIR-387] remove (unused) non-reproducible jar signing
---
 pom.xml | 29 -----------------------------
 1 file changed, 29 deletions(-)

diff --git a/pom.xml b/pom.xml
index fdfe721..c9decaf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -408,17 +408,6 @@ under the License.
     <pluginManagement>
       <plugins>
         <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-jarsigner-plugin</artifactId>
-          <version>3.0.0</version>
-          <configuration>
-            <keystore>${basedir}/target/jetty.jks</keystore>
-            <keypass>apache</keypass>
-            <storepass>apache</storepass>
-            <alias>apache</alias>
-          </configuration>
-        </plugin>
-        <plugin>
           <groupId>org.apache.rat</groupId>
           <artifactId>apache-rat-plugin</artifactId>
           <configuration>
@@ -457,24 +446,6 @@ under the License.
       </plugin>
       <!-- To use Jetty SSL in tests -->
       <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-jarsigner-plugin</artifactId>
-         <executions>
-          <execution>
-            <id>sign</id>
-            <goals>
-              <goal>sign</goal>
-            </goals>
-          </execution>
-          <execution>
-            <id>verify</id>
-            <goals>
-              <goal>verify</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
-      <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>keytool-maven-plugin</artifactId>
         <executions>