[jira] [Commented] (MPIR-361) Upgrade parent to 31

2018-04-30 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/MPIR-361?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16458849#comment-16458849
 ] 

Hudson commented on MPIR-361:
-

Build succeeded in Jenkins: Maven TLP » maven-project-info-reports-plugin » 
master #12

See 
https://builds.apache.org/job/maven-box/job/maven-project-info-reports-plugin/job/master/12/

> Upgrade parent to 31
> 
>
> Key: MPIR-361
> URL: https://issues.apache.org/jira/browse/MPIR-361
> Project: Maven Project Info Reports Plugin
>  Issue Type: Dependency upgrade
>Affects Versions: 3.0.0
>Reporter: Karl Heinz Marbaise
>Assignee: Karl Heinz Marbaise
>Priority: Minor
> Fix For: 3.0.0
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (MPIR-361) Upgrade parent to 31

2018-04-30 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/MPIR-361?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16458646#comment-16458646
 ] 

ASF GitHub Bot commented on MPIR-361:
-

asfgit closed pull request #1: [MPIR-361] Fix checkstyle errors after chekstyle 
update
URL: https://github.com/apache/maven-project-info-reports-plugin/pull/1
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/Jenkinsfile b/Jenkinsfile
index 09ac70f..244b345 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -17,4 +17,4 @@
  * under the License.
  */
 
-asfMavenTlpStdBuild()
+asfMavenTlpStdBuild( [ 'failFast' : false ] )
diff --git a/pom.xml b/pom.xml
index 9b7ff0e..450a0db 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,12 +25,12 @@ under the License.
   
 maven-plugins
 org.apache.maven.plugins
-30
+31
 ../../pom/maven/maven-plugins/pom.xml
   
 
   maven-project-info-reports-plugin
-  2.10-SNAPSHOT
+  3.0.0-SNAPSHOT
   maven-plugin
 
   Apache Maven Project Info Reports Plugin
@@ -119,10 +119,10 @@ under the License.
   
 1.6
 1.6
-2.2.1
-2.10
+3.0
 1.9.5
-3.5.1
+3.7
+2.21.0
   
 
   
@@ -134,33 +134,35 @@ under the License.
 
   org.apache.maven.reporting
   maven-reporting-impl
-  2.4
+  3.0.0
 
 
 
 
   org.apache.maven
-  maven-artifact
+  maven-compat
   ${mavenVersion}
+  test
 
+
 
   org.apache.maven
-  maven-artifact-manager
+  maven-artifact
   ${mavenVersion}
 
 
   org.apache.maven
-  maven-model
+  maven-core
   ${mavenVersion}
 
 
   org.apache.maven
-  maven-plugin-api
+  maven-model
   ${mavenVersion}
 
 
   org.apache.maven
-  maven-project
+  maven-plugin-api
   ${mavenVersion}
 
 
@@ -197,32 +199,12 @@ under the License.
 
   org.apache.maven.shared
   maven-common-artifact-filters
-  1.4
-
-
-
-
-  org.apache.maven.wagon
-  wagon-provider-api
-  ${wagonVersion}
-
-
-  org.apache.maven.wagon
-  wagon-ssh
-  ${wagonVersion}
-  runtime
-
-
-  org.apache.maven.wagon
-  wagon-file
-  ${wagonVersion}
-  runtime
+  3.0.1
 
 
-  org.apache.maven.wagon
-  wagon-http-lightweight
-  ${wagonVersion}
-  runtime
+  org.apache.maven.shared
+  maven-artifact-transfer
+  0.9.1
 
 
 
@@ -348,11 +330,6 @@ under the License.
   plexus-interpolation
   1.24
 
-
-  org.codehaus.plexus
-  plexus-container-default
-  1.0-alpha-9-stable-1
-
 
 
 
@@ -364,13 +341,19 @@ under the License.
 
   org.apache.maven.plugin-testing
   maven-plugin-testing-harness
-  1.3
+  2.1
   test
 
 
   junit
   junit
-  3.8.2
+  4.12
+  test
+
+
+  org.mockito
+  mockito-core
+  2.12.0
   test
 
 
@@ -385,6 +368,18 @@ under the License.
   6.1.26
   test
 
+
+  org.sonatype.aether
+  aether-connector-wagon
+  1.7
+  test
+
+
+  org.apache.maven.wagon
+  wagon-http-lightweight
+  2.10
+  runtime
+
 
 
 
@@ -428,7 +423,7 @@ under the License.
 
   org.codehaus.mojo
   keytool-maven-plugin
-  1.0
+  1.5
   
 ${basedir}/target/jetty.jks
 cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, 
c=Unknown
@@ -478,7 +473,7 @@ under the License.
 initialize
 
   clean
-  genkey
+  generateKeyPair
 
   
 
@@ -556,12 +551,16 @@ under the License.
 
 
   run-its
+  
+false
+  
   
 
   
 org.apache.maven.plugins
 maven-invoker-plugin
 
+  ${maven.invoker.failure.ignore}
   ${project.build.directory}/it
   
 */pom.xml
diff --git a/src/it/full-pom/src/site/custom/project-info-reports.properties 
b/src/it/full-pom/src/site/custom/project-info-reports.properties
new file mode 100644
index 000..644d0b9
--- /dev/null
+++ b/src/it/full-pom/src/site/custom/project-info-reports.properties
@@ -0,0 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with 

[jira] [Commented] (MPIR-361) Upgrade parent to 31

2018-03-29 Thread Michael Osipov (JIRA)

[ 
https://issues.apache.org/jira/browse/MPIR-361?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16419402#comment-16419402
 ] 

Michael Osipov commented on MPIR-361:
-

[~khmarbaise], can you squash [~slachiewicz]'s commit into yours and merge into 
master? I'd like to perform a release.

> Upgrade parent to 31
> 
>
> Key: MPIR-361
> URL: https://issues.apache.org/jira/browse/MPIR-361
> Project: Maven Project Info Reports Plugin
>  Issue Type: Dependency upgrade
>Affects Versions: 2.10
>Reporter: Karl Heinz Marbaise
>Assignee: Karl Heinz Marbaise
>Priority: Minor
> Fix For: 2.10
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (MPIR-361) Upgrade parent to 31

2018-03-11 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/MPIR-361?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16394561#comment-16394561
 ] 

ASF GitHub Bot commented on MPIR-361:
-

slachiewicz commented on issue #1: [MPIR-361] Fix checkstyle errors after 
chekstyle update
URL: 
https://github.com/apache/maven-project-info-reports-plugin/pull/1#issuecomment-372128441
 
 
   With upgrade of keytool plugin, looks like problem is partialy resolved 
[MPIR-365](https://issues.apache.org/jira/browse/MPIR-365)
#2 


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Upgrade parent to 31
> 
>
> Key: MPIR-361
> URL: https://issues.apache.org/jira/browse/MPIR-361
> Project: Maven Project Info Reports Plugin
>  Issue Type: Dependency upgrade
>Affects Versions: 2.10
>Reporter: Karl Heinz Marbaise
>Assignee: Karl Heinz Marbaise
>Priority: Minor
> Fix For: 2.10
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (MPIR-361) Upgrade parent to 31

2018-03-11 Thread Karl Heinz Marbaise (JIRA)

[ 
https://issues.apache.org/jira/browse/MPIR-361?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16394448#comment-16394448
 ] 

Karl Heinz Marbaise commented on MPIR-361:
--

[~slachiewicz] could you take a look why the build is failing that would really 
help...Thanks.

> Upgrade parent to 31
> 
>
> Key: MPIR-361
> URL: https://issues.apache.org/jira/browse/MPIR-361
> Project: Maven Project Info Reports Plugin
>  Issue Type: Dependency upgrade
>Affects Versions: 2.10
>Reporter: Karl Heinz Marbaise
>Assignee: Karl Heinz Marbaise
>Priority: Minor
> Fix For: 2.10
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (MPIR-361) Upgrade parent to 31

2018-03-11 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/MPIR-361?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=1639#comment-1639
 ] 

ASF GitHub Bot commented on MPIR-361:
-

khmarbaise commented on issue #1: [MPIR-361] Fix checkstyle errors after 
chekstyle update
URL: 
https://github.com/apache/maven-project-info-reports-plugin/pull/1#issuecomment-372098703
 
 
   Hi, could you please have a look here: 
   
https://builds.apache.org/view/M-R/view/Maven/job/maven-box/job/maven-project-info-reports-plugin/job/MPIR-361/2/console
   furthermore https://issues.apache.org/jira/browse/MPIR-361
   That means the branch for this issue is already there and build fails based 
on other reasons...
   ```
   [windows-jdk9] [ERROR] Failed to execute goal 
org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project 
maven-project-info-reports-plugin: Result of cmd.exe /X /C 
'"f:\jenkins\tools\java\latest9\..\bin\keytool.exe -genkey -dname "cn=jetty, 
ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass 
apache -keystore 
f:\jenkins\jenkins-slave\workspace\nfo-reports-plugin_MPIR-361-USOHCFAWZ4BXXFD3QLHLQ2HOCUSPDFM5URQGLU7AUHHJFZBJBXTQ\m/target/jetty.jks
 -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system 
cannot find the path specified.. -> [Help 1]
   ```


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Upgrade parent to 31
> 
>
> Key: MPIR-361
> URL: https://issues.apache.org/jira/browse/MPIR-361
> Project: Maven Project Info Reports Plugin
>  Issue Type: Dependency upgrade
>Affects Versions: 2.10
>Reporter: Karl Heinz Marbaise
>Assignee: Karl Heinz Marbaise
>Priority: Minor
> Fix For: 2.10
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (MPIR-361) Upgrade parent to 31

2018-03-11 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/MPIR-361?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16394443#comment-16394443
 ] 

ASF GitHub Bot commented on MPIR-361:
-

slachiewicz opened a new pull request #1: [MPIR-361] Fix checkstyle errors 
after chekstyle update
URL: https://github.com/apache/maven-project-info-reports-plugin/pull/1
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Upgrade parent to 31
> 
>
> Key: MPIR-361
> URL: https://issues.apache.org/jira/browse/MPIR-361
> Project: Maven Project Info Reports Plugin
>  Issue Type: Dependency upgrade
>Affects Versions: 2.10
>Reporter: Karl Heinz Marbaise
>Assignee: Karl Heinz Marbaise
>Priority: Minor
> Fix For: 2.10
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)