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

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

commit 0133e3067c7a712bc3938c6a6700515086aef4bb
Author: Karl Heinz Marbaise <khmarba...@apache.org>
AuthorDate: Sun Mar 11 19:43:58 2018 +0100

    Upgrade keytool and try to see if this fixes the build issues
    on master.
---
 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