[GitHub] [maven-studies] slawekjaranowski commented on a change in pull request #2: Maven sign plugin

2020-10-05 Thread GitBox
slawekjaranowski commented on a change in pull request #2: URL: https://github.com/apache/maven-studies/pull/2#discussion_r499886463 ## File path: src/main/java/org/apache/maven/plugins/sign/SignMojo.java ## @@ -0,0 +1,210 @@ +package org.apache.maven.plugins.sign; + +/* + * Li

[jira] [Commented] (ARCHETYPE-612) Required property interactive prompt ordering incorrect when reassigning default for a "core" property

2020-10-05 Thread Martin Kanters (Jira)
[ https://issues.apache.org/jira/browse/ARCHETYPE-612?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17208254#comment-17208254 ] Martin Kanters commented on ARCHETYPE-612: -- Thanks for the sample config and

[GitHub] [maven-dependency-plugin] michael-o commented on pull request #108: timestamp for new release

2020-10-05 Thread GitBox
michael-o commented on pull request #108: URL: https://github.com/apache/maven-dependency-plugin/pull/108#issuecomment-703806901 That's confusing. We have never done this. Updating this property shall not be necessary manually. @hboutemy has taken care of this. --

[GitHub] [maven-dependency-plugin] elharo commented on pull request #108: timestamp for new release

2020-10-05 Thread GitBox
elharo commented on pull request #108: URL: https://github.com/apache/maven-dependency-plugin/pull/108#issuecomment-703804649 Because the (possibly out of date and incorrect) Apache instructions for "Publishing Maven Releases to Maven Central Repository" say to: Diff the origi

[GitHub] [maven-dependency-plugin] elharo opened a new pull request #108: timestamp for new release

2020-10-05 Thread GitBox
elharo opened a new pull request #108: URL: https://github.com/apache/maven-dependency-plugin/pull/108 @hboutemy This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub an

[GitHub] [maven-dependency-plugin] dependabot[bot] commented on pull request #105: Bump aether-api from 0.9.0.M2 to 1.1.0

2020-10-05 Thread GitBox
dependabot[bot] commented on pull request #105: URL: https://github.com/apache/maven-dependency-plugin/pull/105#issuecomment-703700280 OK, I won't notify you again about this release, but will get in touch when a new version is available. If you change your mind, just re-open this P

[GitHub] [maven-dependency-plugin] elharo closed pull request #105: Bump aether-api from 0.9.0.M2 to 1.1.0

2020-10-05 Thread GitBox
elharo closed pull request #105: URL: https://github.com/apache/maven-dependency-plugin/pull/105 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL ab

[GitHub] [maven-dependency-plugin] elharo closed pull request #103: Bump aether-util from 0.9.0.M2 to 1.1.0

2020-10-05 Thread GitBox
elharo closed pull request #103: URL: https://github.com/apache/maven-dependency-plugin/pull/103 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL ab

[GitHub] [maven-dependency-plugin] dependabot[bot] commented on pull request #103: Bump aether-util from 0.9.0.M2 to 1.1.0

2020-10-05 Thread GitBox
dependabot[bot] commented on pull request #103: URL: https://github.com/apache/maven-dependency-plugin/pull/103#issuecomment-703700209 OK, I won't notify you again about this release, but will get in touch when a new version is available. If you change your mind, just re-open this P

[GitHub] [maven-dependency-plugin] elharo closed pull request #104: Bump jettyVersion from 9.2.28.v20190418 to 9.3.0.v20150612

2020-10-05 Thread GitBox
elharo closed pull request #104: URL: https://github.com/apache/maven-dependency-plugin/pull/104 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL ab

[GitHub] [maven-dependency-plugin] dependabot[bot] commented on pull request #104: Bump jettyVersion from 9.2.28.v20190418 to 9.3.0.v20150612

2020-10-05 Thread GitBox
dependabot[bot] commented on pull request #104: URL: https://github.com/apache/maven-dependency-plugin/pull/104#issuecomment-703699953 OK, I won't notify you again about this release, but will get in touch when a new version is available. If you change your mind, just re-open this P

[GitHub] [maven-dependency-plugin] dependabot[bot] commented on pull request #106: Bump mavenVersion from 3.1.1 to 3.3.9

2020-10-05 Thread GitBox
dependabot[bot] commented on pull request #106: URL: https://github.com/apache/maven-dependency-plugin/pull/106#issuecomment-703699450 OK, I won't notify you again about this release, but will get in touch when a new version is available. If you change your mind, just re-open this P

[GitHub] [maven-dependency-plugin] elharo closed pull request #106: Bump mavenVersion from 3.1.1 to 3.3.9

2020-10-05 Thread GitBox
elharo closed pull request #106: URL: https://github.com/apache/maven-dependency-plugin/pull/106 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL ab

[jira] [Comment Edited] (MINSTALL-138) option to calculate more checksum such sha-256 sha-512

2020-10-05 Thread Konrad Windszus (Jira)
[ https://issues.apache.org/jira/browse/MINSTALL-138?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17208082#comment-17208082 ] Konrad Windszus edited comment on MINSTALL-138 at 10/5/20, 1:32 PM: -

[jira] [Commented] (MINSTALL-138) option to calculate more checksum such sha-256 sha-512

2020-10-05 Thread Konrad Windszus (Jira)
[ https://issues.apache.org/jira/browse/MINSTALL-138?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17208082#comment-17208082 ] Konrad Windszus commented on MINSTALL-138: -- This would lead to generating SHA1

[GitHub] [maven-studies] slawekjaranowski commented on a change in pull request #2: Maven sign plugin

2020-10-05 Thread GitBox
slawekjaranowski commented on a change in pull request #2: URL: https://github.com/apache/maven-studies/pull/2#discussion_r499584705 ## File path: src/main/java/org/apache/maven/plugins/sign/pgp/PGPSigner.java ## @@ -0,0 +1,155 @@ +package org.apache.maven.plugins.sign.pgp; + +

[jira] [Updated] (SUREFIRE-1840) Why sudo docker?

2020-10-05 Thread Maarten Mulders (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-1840?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maarten Mulders updated SUREFIRE-1840: -- Labels: up-for-grabs (was: ) > Why sudo docker? > > >

[GitHub] [maven-studies] michael-o commented on a change in pull request #2: Maven sign plugin

2020-10-05 Thread GitBox
michael-o commented on a change in pull request #2: URL: https://github.com/apache/maven-studies/pull/2#discussion_r499537953 ## File path: src/main/java/org/apache/maven/plugins/sign/pgp/PGPSigner.java ## @@ -0,0 +1,155 @@ +package org.apache.maven.plugins.sign.pgp; + +/* + *

[jira] [Created] (MSTAGE-26) Fix and un-ignore RepositoryCopierTest

2020-10-05 Thread Michael Boyles (Jira)
Michael Boyles created MSTAGE-26: Summary: Fix and un-ignore RepositoryCopierTest Key: MSTAGE-26 URL: https://issues.apache.org/jira/browse/MSTAGE-26 Project: Maven Stage Plugin Issue Type: T

[GitHub] [maven-studies] slawekjaranowski commented on a change in pull request #2: Maven sign plugin

2020-10-05 Thread GitBox
slawekjaranowski commented on a change in pull request #2: URL: https://github.com/apache/maven-studies/pull/2#discussion_r499435008 ## File path: src/main/java/org/apache/maven/plugins/sign/pgp/PGPSigner.java ## @@ -0,0 +1,155 @@ +package org.apache.maven.plugins.sign.pgp; + +

[GitHub] [maven-studies] michael-o commented on a change in pull request #2: Maven sign plugin

2020-10-05 Thread GitBox
michael-o commented on a change in pull request #2: URL: https://github.com/apache/maven-studies/pull/2#discussion_r499426963 ## File path: src/main/java/org/apache/maven/plugins/sign/pgp/PGPSigner.java ## @@ -0,0 +1,155 @@ +package org.apache.maven.plugins.sign.pgp; + +/* + *

[GitHub] [maven-studies] slawekjaranowski commented on a change in pull request #2: Maven sign plugin

2020-10-05 Thread GitBox
slawekjaranowski commented on a change in pull request #2: URL: https://github.com/apache/maven-studies/pull/2#discussion_r499416786 ## File path: src/main/java/org/apache/maven/plugins/sign/pgp/PGPSigner.java ## @@ -0,0 +1,155 @@ +package org.apache.maven.plugins.sign.pgp; + +

[jira] [Commented] (MNG-6965) Extensions suddenly have org.codehaus.plexus:plexus-utils:jar:1.1 on their classpath

2020-10-05 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MNG-6965?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17207872#comment-17207872 ] Hudson commented on MNG-6965: - Build succeeded in Jenkins: Maven » Maven TLP » maven » master #

[jira] [Closed] (MNG-6965) Extensions suddenly have org.codehaus.plexus:plexus-utils:jar:1.1 on their classpath

2020-10-05 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MNG-6965?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov closed MNG-6965. --- Resolution: Fixed Fixed with [c61e63032f71c32c4060c8a94ce792bf47824e3c|https://gitbox.apache.org/repos

[GitHub] [maven-integration-testing] asfgit merged pull request #73: [MNG-6965] Extensions suddenly have org.codehaus.plexus:plexus-utils:…

2020-10-05 Thread GitBox
asfgit merged pull request #73: URL: https://github.com/apache/maven-integration-testing/pull/73 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL ab

[GitHub] [maven-integration-testing] asfgit closed pull request #73: [MNG-6965] Extensions suddenly have org.codehaus.plexus:plexus-utils:…

2020-10-05 Thread GitBox
asfgit closed pull request #73: URL: https://github.com/apache/maven-integration-testing/pull/73 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL ab

[GitHub] [maven] asfgit closed pull request #367: [MNG-6965] Drop Maven 2 support - stop injecting old plexus-utils

2020-10-05 Thread GitBox
asfgit closed pull request #367: URL: https://github.com/apache/maven/pull/367 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the s

[jira] [Closed] (MNG-6993) Upgrade SLF4J to 1.7.30

2020-10-05 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MNG-6993?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov closed MNG-6993. --- Resolution: Fixed Fixed with [ecfff2626c719b916e37a685d5154cf2fa52b0ba|https://gitbox.apache.org/repos