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

khmarbaise 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 b7e2ec3  MPIR-365 Upgrade keytool-maven-plugin to 1.5
b7e2ec3 is described below

commit b7e2ec380ae8e1740dab5e688b8c81af351b212a
Author: Sylwester Lachiewicz <slachiew...@gmail.com>
AuthorDate: Sun Mar 11 17:26:32 2018 +0100

    MPIR-365 Upgrade keytool-maven-plugin to 1.5
    
    Fixes problem with keytool run for Java 9 on Windows/Linux
    
    Signed-off-by: Karl Heinz Marbaise <khmarba...@apache.org>
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 9b7ff0e..d3a991e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -428,7 +428,7 @@ under the License.
         <plugin>
           <groupId>org.codehaus.mojo</groupId>
           <artifactId>keytool-maven-plugin</artifactId>
-          <version>1.0</version>
+          <version>1.5</version>
           <configuration>
             <keystore>${basedir}/target/jetty.jks</keystore>
             <dname>cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, 
c=Unknown</dname>
@@ -478,7 +478,7 @@ under the License.
             <phase>initialize</phase>
             <goals>
               <goal>clean</goal>
-              <goal>genkey</goal>
+              <goal>generateKeyPair</goal>
             </goals>
           </execution>
         </executions>

-- 
To stop receiving notification emails like this one, please contact
khmarba...@apache.org.

Reply via email to