[jira] [Moved] (MNG-7135) maven crashes with jdk 16

2021-04-02 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MNG-7135?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov moved MASFRES-44 to MNG-7135: Key: MNG-7135 (was: MASFRES-44) Project: Maven (was: Apache Maven R

[jira] [Commented] (MASFRES-44) maven crashes with jdk 16

2021-04-02 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MASFRES-44?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17314110#comment-17314110 ] Michael Osipov commented on MASFRES-44: --- Which Maven version? > maven crashes with

[jira] [Commented] (MRELEASE-1015) Add tag signing support to prepare goal

2021-04-02 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MRELEASE-1015?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17314039#comment-17314039 ] Hudson commented on MRELEASE-1015: -- Build succeeded in Jenkins: Maven » Maven TLP » m

[GitHub] [maven-release] rfscholte commented on pull request #20: [MRELEASE-798] - allow additional files to be commited at release

2021-04-02 Thread GitBox
rfscholte commented on pull request #20: URL: https://github.com/apache/maven-release/pull/20#issuecomment-812665724 As mentioned in Jira, this is not the approach I'd like to see. Hence I'm closing this PR. -- This is an automated message from the Apache Git Service. To respond to the m

[GitHub] [maven-release] rfscholte closed pull request #20: [MRELEASE-798] - allow additional files to be commited at release

2021-04-02 Thread GitBox
rfscholte closed pull request #20: URL: https://github.com/apache/maven-release/pull/20 -- 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 specific comment. For queries about this service, pl

[GitHub] [maven-surefire] Tibor17 commented on a change in pull request #344: SUREFIRE-1854 Support include/exclude junit test engine

2021-04-02 Thread GitBox
Tibor17 commented on a change in pull request #344: URL: https://github.com/apache/maven-surefire/pull/344#discussion_r606372077 ## File path: maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/AbstractSurefireMojo.java ## @@ -501,6 +504,12 @@ @Parameter

[GitHub] [maven-release] rfscholte commented on pull request #23: [MRELEASE-1015] Add `signTag` option to release:prepare goal

2021-04-02 Thread GitBox
rfscholte commented on pull request #23: URL: https://github.com/apache/maven-release/pull/23#issuecomment-812663596 Merged with https://github.com/apache/maven-release/commit/814230235034885d1d785f7e124452f12718d402 -- This is an automated message from the Apache Git Service. To respond

[GitHub] [maven-release] rfscholte closed pull request #23: [MRELEASE-1015] Add `signTag` option to release:prepare goal

2021-04-02 Thread GitBox
rfscholte closed pull request #23: URL: https://github.com/apache/maven-release/pull/23 -- 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 specific comment. For queries about this service, pl

[jira] [Closed] (MRELEASE-1015) Add tag signing support to prepare goal

2021-04-02 Thread Robert Scholte (Jira)
[ https://issues.apache.org/jira/browse/MRELEASE-1015?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Scholte closed MRELEASE-1015. Fix Version/s: 3.0.0-M3 3.0.0 Assignee: Robert Scholte

[GitHub] [maven] MartinKanters commented on a change in pull request #463: Extend mvn help text for various features of Maven 4.0.0

2021-04-02 Thread GitBox
MartinKanters commented on a change in pull request #463: URL: https://github.com/apache/maven/pull/463#discussion_r606357348 ## File path: maven-embedder/src/main/java/org/apache/maven/cli/CLIManager.java ## @@ -121,11 +121,11 @@ public CLIManager() options.addOption(

[jira] [Updated] (SUREFIRE-1854) Support include/exclude junit test engine

2021-04-02 Thread Tibor Digana (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-1854?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tibor Digana updated SUREFIRE-1854: --- Labels: junit5 (was: ) > Support include/exclude junit test engine >

[jira] [Assigned] (SUREFIRE-1854) Support include/exclude junit test engine

2021-04-02 Thread Tibor Digana (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-1854?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tibor Digana reassigned SUREFIRE-1854: -- Assignee: Tibor Digana > Support include/exclude junit test engine > --

[jira] [Updated] (SUREFIRE-1854) Support include/exclude junit test engine

2021-04-02 Thread Tibor Digana (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-1854?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tibor Digana updated SUREFIRE-1854: --- Fix Version/s: 3.0.0-M6 > Support include/exclude junit test engine >

[GitHub] [maven] rmannibucau commented on pull request #462: [MNG-7134] Backport security fix in 3.6.x branch

2021-04-02 Thread GitBox
rmannibucau commented on pull request #462: URL: https://github.com/apache/maven/pull/462#issuecomment-812647803 @hboutemy I understand the 7118 point, I can backport it but it also means adding something to enable user to not break OOTB from what was discussed on the list. -- This is a

[jira] [Created] (MASFRES-44) maven crashes with jdk 16

2021-04-02 Thread J. K. Singer (Jira)
J. K. Singer created MASFRES-44: --- Summary: maven crashes with jdk 16 Key: MASFRES-44 URL: https://issues.apache.org/jira/browse/MASFRES-44 Project: Apache Maven Resource Bundles Issue Type: Bug

[GitHub] [maven-surefire] adam11grafik commented on a change in pull request #344: SUREFIRE-1854 Support include/exclude junit test engine

2021-04-02 Thread GitBox
adam11grafik commented on a change in pull request #344: URL: https://github.com/apache/maven-surefire/pull/344#discussion_r606343723 ## File path: maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/AbstractSurefireMojo.java ## @@ -501,6 +504,12 @@ @Para

[GitHub] [maven] hboutemy commented on pull request #462: [MNG-7134] Backport security fix in 3.6.x branch

2021-04-02 Thread GitBox
hboutemy commented on pull request #462: URL: https://github.com/apache/maven/pull/462#issuecomment-812634619 I won't discuss more MNG-7118: I just say that without MNG-7118, the CVE range won't mark this as unaffected I just want to prevent from another independent mess: the branch

[GitHub] [maven] rmannibucau commented on pull request #462: [MNG-7134] Backport security fix in 3.6.x branch

2021-04-02 Thread GitBox
rmannibucau commented on pull request #462: URL: https://github.com/apache/maven/pull/462#issuecomment-812618240 @hboutemy just answered on the list. Long story short, MNG-7118 does not fix the security issue, just default it but it is bypassed in most CI and this PR is only to enable to

[GitHub] [maven-surefire] Tibor17 commented on a change in pull request #344: SUREFIRE-1854 Support include/exclude junit test engine

2021-04-02 Thread GitBox
Tibor17 commented on a change in pull request #344: URL: https://github.com/apache/maven-surefire/pull/344#discussion_r606320356 ## File path: maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/AbstractSurefireMojo.java ## @@ -501,6 +504,12 @@ @Parameter

[GitHub] [maven] hboutemy commented on pull request #462: [MNG-7134] Backport security fix in 3.6.x branch

2021-04-02 Thread GitBox
hboutemy commented on pull request #462: URL: https://github.com/apache/maven/pull/462#issuecomment-812609342 as sent to the mailing list, MNG-7118 block HTTP by default is the security fix: MNG-7116, MNG-7117 and MNG-7128 are just prerequisites: with this PR, the release keeps being vulne

[jira] [Commented] (MSHADE-385) Support for Multi-Release-JARs

2021-04-02 Thread Markus Karg (Jira)
[ https://issues.apache.org/jira/browse/MSHADE-385?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17313926#comment-17313926 ] Markus Karg commented on MSHADE-385: I confirm that this ticket can be closed. Unfort

[jira] [Commented] (MSHADE-385) Support for Multi-Release-JARs

2021-04-02 Thread Markus Karg (Jira)
[ https://issues.apache.org/jira/browse/MSHADE-385?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17313924#comment-17313924 ] Markus Karg commented on MSHADE-385: Romain, sorry for the confusion. I double-checke

[jira] [Commented] (MNG-7045) Drop CDI API from Maven

2021-04-02 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MNG-7045?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17313920#comment-17313920 ] Hudson commented on MNG-7045: - Build unstable in Jenkins: Maven » Maven TLP » maven » master #1

[jira] [Commented] (MNG-7112) --projects flag should honor --non-recursive flag

2021-04-02 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MNG-7112?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17313919#comment-17313919 ] Hudson commented on MNG-7112: - Build unstable in Jenkins: Maven » Maven TLP » maven » master #1

[GitHub] [maven] rfscholte commented on a change in pull request #463: Extend mvn help text for various features of Maven 4.0.0

2021-04-02 Thread GitBox
rfscholte commented on a change in pull request #463: URL: https://github.com/apache/maven/pull/463#discussion_r606263973 ## File path: maven-embedder/src/main/java/org/apache/maven/cli/CLIManager.java ## @@ -121,11 +121,11 @@ public CLIManager() options.addOption( Opt

[jira] [Comment Edited] (MJAR-275) outputTimestamp not applied to module-info; breaks reproducible builds

2021-04-02 Thread Anand Beh (Jira)
[ https://issues.apache.org/jira/browse/MJAR-275?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17313902#comment-17313902 ] Anand Beh edited comment on MJAR-275 at 4/2/21, 2:20 PM: - I may hav

[GitHub] [maven] MartinKanters commented on a change in pull request #463: Extend mvn help text for various features of Maven 4.0.0

2021-04-02 Thread GitBox
MartinKanters commented on a change in pull request #463: URL: https://github.com/apache/maven/pull/463#discussion_r606258893 ## File path: maven-embedder/src/main/java/org/apache/maven/cli/CLIManager.java ## @@ -121,11 +121,11 @@ public CLIManager() options.addOption(

[jira] [Commented] (MJAR-275) outputTimestamp not applied to module-info; breaks reproducible builds

2021-04-02 Thread Anand Beh (Jira)
[ https://issues.apache.org/jira/browse/MJAR-275?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17313902#comment-17313902 ] Anand Beh commented on MJAR-275: I may have some good news on the inclusion of JDK patch ve

[jira] [Closed] (MNG-7112) --projects flag should honor --non-recursive flag

2021-04-02 Thread Martin Kanters (Jira)
[ https://issues.apache.org/jira/browse/MNG-7112?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Kanters closed MNG-7112. --- Fix Version/s: 4.0.0-alpha-1 4.0.0 Resolution: Fixed Done in [7c742c298b60f6

[GitHub] [maven] MartinKanters closed pull request #459: [MNG-7112] --projects flag should honor --non-recursive flag

2021-04-02 Thread GitBox
MartinKanters closed pull request #459: URL: https://github.com/apache/maven/pull/459 -- 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 specific comment. For queries about this service, plea

[GitHub] [maven-integration-testing] MartinKanters closed pull request #104: [MNG-7112] --projects flag should honor --non-recursive flag

2021-04-02 Thread GitBox
MartinKanters closed pull request #104: URL: https://github.com/apache/maven-integration-testing/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 above to go to the specific comment. For queries abou

[GitHub] [maven-surefire] adam11grafik commented on a change in pull request #344: SUREFIRE-1854 Support include/exclude junit test engine

2021-04-02 Thread GitBox
adam11grafik commented on a change in pull request #344: URL: https://github.com/apache/maven-surefire/pull/344#discussion_r606255188 ## File path: maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/AbstractSurefireMojo.java ## @@ -501,6 +504,12 @@ @Para

[jira] [Updated] (MARCHETYPES-72) Include empty .mvn/jvm.config and .mvn/maven.config in all archetypes

2021-04-02 Thread Maarten Mulders (Jira)
[ https://issues.apache.org/jira/browse/MARCHETYPES-72?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maarten Mulders updated MARCHETYPES-72: --- Description: All [Maven archetypes|https://maven.apache.org/archetypes/index.html

[jira] [Created] (MARCHETYPES-72) Include empty .mvn/jvm.config and .mvn/maven.config in all archetypes

2021-04-02 Thread Maarten Mulders (Jira)
Maarten Mulders created MARCHETYPES-72: -- Summary: Include empty .mvn/jvm.config and .mvn/maven.config in all archetypes Key: MARCHETYPES-72 URL: https://issues.apache.org/jira/browse/MARCHETYPES-72

[jira] [Commented] (MRELEASE-1062) Require Java 8

2021-04-02 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MRELEASE-1062?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17313882#comment-17313882 ] Hudson commented on MRELEASE-1062: -- Build succeeded in Jenkins: Maven » Maven TLP » m

[GitHub] [maven] rmannibucau commented on pull request #462: [MNG-7134] Backport security fix in 3.6.x branch

2021-04-02 Thread GitBox
rmannibucau commented on pull request #462: URL: https://github.com/apache/maven/pull/462#issuecomment-812537590 @aheritier external:* was my first try but has too much side effects and does not fulfill the same goal, this is why i went with this option. At that time i thought we should ha

[jira] [Closed] (MRELEASE-1062) Require Java 8

2021-04-02 Thread Robert Scholte (Jira)
[ https://issues.apache.org/jira/browse/MRELEASE-1062?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Scholte closed MRELEASE-1062. Resolution: Fixed Fixed in [dc25df898f987f787ea040e539e162536bc7d022|https://gitbox.apa

[GitHub] [maven-surefire] Tibor17 commented on a change in pull request #344: SUREFIRE-1854 Support include/exclude junit test engine

2021-04-02 Thread GitBox
Tibor17 commented on a change in pull request #344: URL: https://github.com/apache/maven-surefire/pull/344#discussion_r606227151 ## File path: maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/AbstractSurefireMojo.java ## @@ -501,6 +504,12 @@ @Parameter

[jira] [Created] (MDOAP-62) Require Maven 3.1.1 (drop dependency to Maven 3.0)

2021-04-02 Thread Sylwester Lachiewicz (Jira)
Sylwester Lachiewicz created MDOAP-62: - Summary: Require Maven 3.1.1 (drop dependency to Maven 3.0) Key: MDOAP-62 URL: https://issues.apache.org/jira/browse/MDOAP-62 Project: Maven DOAP Plugin

[GitHub] [maven] michael-o commented on pull request #462: [MNG-7134] Backport security fix in 3.6.x branch

2021-04-02 Thread GitBox
michael-o commented on pull request #462: URL: https://github.com/apache/maven/pull/462#issuecomment-812507500 @rmannibucau You can go with a new Resolver 1.4.x first. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use t

[GitHub] [maven] aheritier commented on pull request #462: [MNG-7134] Backport security fix in 3.6.x branch

2021-04-02 Thread GitBox
aheritier commented on pull request #462: URL: https://github.com/apache/maven/pull/462#issuecomment-812505480 @rmannibucau no it's not possible with 3.6.x to do `external:http:// ` It's necessarily `external:*` which is what everyone taking care of security should do to use only the co

[GitHub] [maven] slachiewicz commented on pull request #462: [MNG-7134] Backport security fix in 3.6.x branch

2021-04-02 Thread GitBox
slachiewicz commented on pull request #462: URL: https://github.com/apache/maven/pull/462#issuecomment-812505301 If it's so easy to apply workaround to security issue for 3.6.3 - why still new release 3.8.x? -- This is an automated message from the Apache Git Service. To respond to the m

[GitHub] [maven] rmannibucau edited a comment on pull request #462: [MNG-7134] Backport security fix in 3.6.x branch

2021-04-02 Thread GitBox
rmannibucau edited a comment on pull request #462: URL: https://github.com/apache/maven/pull/462#issuecomment-812504123 @michael-o as explains the topic, the goal is to provide maintenance of our versions to end users. Minimal requirement is to backport security fix on versions. Here we vi

[GitHub] [maven] rmannibucau commented on pull request #462: [MNG-7134] Backport security fix in 3.6.x branch

2021-04-02 Thread GitBox
rmannibucau commented on pull request #462: URL: https://github.com/apache/maven/pull/462#issuecomment-812504123 @michael-o as explains the topic, the goal is to provide maintenance of our versions to end users. Minimal requirement is to backport security fix on versions. Here we violated

[GitHub] [maven] michael-o commented on pull request #462: [MNG-7134] Backport security fix in 3.6.x branch

2021-04-02 Thread GitBox
michael-o commented on pull request #462: URL: https://github.com/apache/maven/pull/462#issuecomment-812503634 Using Maven Resolver 1.6.x in a patch release is wrong. Too much has changed there. It should be another 1.4.x if you need to. I also do not understand the purpose of this becau

[GitHub] [maven] michael-o commented on a change in pull request #463: Extend mvn help text for various features of Maven 4.0.0

2021-04-02 Thread GitBox
michael-o commented on a change in pull request #463: URL: https://github.com/apache/maven/pull/463#discussion_r606207118 ## File path: maven-embedder/src/main/java/org/apache/maven/cli/CLIManager.java ## @@ -121,11 +121,11 @@ public CLIManager() options.addOption( Opt

[GitHub] [maven] rmannibucau commented on pull request #462: [MNG-7134] Backport security fix in 3.6.x branch

2021-04-02 Thread GitBox
rmannibucau commented on pull request #462: URL: https://github.com/apache/maven/pull/462#issuecomment-81244 @aheritier hmm, can you point me on the doc to do it for all external:http:// (3.6 equivalent) and not on a per repo basis please? Didn't find it. This is the expected fix I wan

[GitHub] [maven] aheritier commented on pull request #462: [MNG-7134] Backport security fix in 3.6.x branch

2021-04-02 Thread GitBox
aheritier commented on pull request #462: URL: https://github.com/apache/maven/pull/462#issuecomment-812498516 -1 for me. It's creating too much confusion to have 2 releases doing the same thing 3.6.x users have a workaround (declare a mirror *) which they should already use if they h

[jira] [Commented] (MRELEASE-1042) releaseProfiles get overriden by activeProfiles

2021-04-02 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MRELEASE-1042?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17313820#comment-17313820 ] Hudson commented on MRELEASE-1042: -- Build succeeded in Jenkins: Maven » Maven TLP » m

[GitHub] [maven-surefire] Tibor17 commented on a change in pull request #344: SUREFIRE-1854 Support include/exclude junit test engine

2021-04-02 Thread GitBox
Tibor17 commented on a change in pull request #344: URL: https://github.com/apache/maven-surefire/pull/344#discussion_r606194405 ## File path: maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/AbstractSurefireMojo.java ## @@ -501,6 +504,12 @@ @Parameter

[jira] [Created] (MRELEASE-1062) Require Java 8

2021-04-02 Thread Robert Scholte (Jira)
Robert Scholte created MRELEASE-1062: Summary: Require Java 8 Key: MRELEASE-1062 URL: https://issues.apache.org/jira/browse/MRELEASE-1062 Project: Maven Release Plugin Issue Type: Improve

[GitHub] [maven-surefire] Tibor17 commented on a change in pull request #344: SUREFIRE-1854 Support include/exclude junit test engine

2021-04-02 Thread GitBox
Tibor17 commented on a change in pull request #344: URL: https://github.com/apache/maven-surefire/pull/344#discussion_r606194405 ## File path: maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/AbstractSurefireMojo.java ## @@ -501,6 +504,12 @@ @Parameter

[GitHub] [maven-surefire] Tibor17 commented on a change in pull request #344: SUREFIRE-1854 Support include/exclude junit test engine

2021-04-02 Thread GitBox
Tibor17 commented on a change in pull request #344: URL: https://github.com/apache/maven-surefire/pull/344#discussion_r606194405 ## File path: maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/AbstractSurefireMojo.java ## @@ -501,6 +504,12 @@ @Parameter

[GitHub] [maven] mthmulders commented on pull request #456: Run GitHub actions integration tests with Java 16

2021-04-02 Thread GitBox
mthmulders commented on pull request #456: URL: https://github.com/apache/maven/pull/456#issuecomment-812486116 > But the [ASM changelog](https://asm.ow2.io/versions.html) says Java 17 support was only added with ASM 9.1. That version is only included in [Groovy 4.0.0-alpha-2](https://gith

[GitHub] [maven-release] rfscholte closed pull request #56: [MRELEASE-1042] releaseProfiles get overriden by activeProfiles

2021-04-02 Thread GitBox
rfscholte closed pull request #56: URL: https://github.com/apache/maven-release/pull/56 -- 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 specific comment. For queries about this service, pl

[GitHub] [maven-release] rfscholte commented on pull request #56: [MRELEASE-1042] releaseProfiles get overriden by activeProfiles

2021-04-02 Thread GitBox
rfscholte commented on pull request #56: URL: https://github.com/apache/maven-release/pull/56#issuecomment-812486023 Merged with https://github.com/apache/maven-release/commit/a553e1921a3633848e8a886a0286bf45047b9ab5 Thanks for the PR -- This is an automated message from the Apache Gi

[jira] [Closed] (MRELEASE-1042) releaseProfiles get overriden by activeProfiles

2021-04-02 Thread Robert Scholte (Jira)
[ https://issues.apache.org/jira/browse/MRELEASE-1042?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Scholte closed MRELEASE-1042. Resolution: Fixed Fixed in [a553e1921a3633848e8a886a0286bf45047b9ab5|https://gitbox.apa

[jira] [Commented] (MDOAP-61) The DOAP plugin is failing for Log4j 2.

2021-04-02 Thread Sylwester Lachiewicz (Jira)
[ https://issues.apache.org/jira/browse/MDOAP-61?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17313804#comment-17313804 ] Sylwester Lachiewicz commented on MDOAP-61: --- com.ibm.icu have issues with Java ve

[jira] [Closed] (MENFORCER-382) Enforcer plugin does not work with Java 16

2021-04-02 Thread Sylwester Lachiewicz (Jira)
[ https://issues.apache.org/jira/browse/MENFORCER-382?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylwester Lachiewicz closed MENFORCER-382. -- Resolution: Invalid > Enforcer plugin does not work with Java 16 > -

[GitHub] [maven-surefire] Tibor17 commented on pull request #344: SUREFIRE-1854 Support include/exclude junit test engine

2021-04-02 Thread GitBox
Tibor17 commented on pull request #344: URL: https://github.com/apache/maven-surefire/pull/344#issuecomment-812472479 The build is succesful now. Pls squash all commits in one, I would like to see it as one commit and make the last review. Thx -- This is an automated message from the Apa

[GitHub] [maven-archetype] olamy merged pull request #63: Fix typo

2021-04-02 Thread GitBox
olamy merged pull request #63: URL: https://github.com/apache/maven-archetype/pull/63 -- 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 specific comment. For queries about this service, plea

[GitHub] [maven-archetype] lmagnien opened a new pull request #63: Fix typo

2021-04-02 Thread GitBox
lmagnien opened a new pull request #63: URL: https://github.com/apache/maven-archetype/pull/63 The archetype.languages and archetype.filteredExtensions default values were wrong because they were switched -- This is an automated message from the Apache Git Service. To respond to the mess

[GitHub] [maven] MartinKanters opened a new pull request #463: Extend mvn help text for various features of Maven 4.0.0

2021-04-02 Thread GitBox
MartinKanters opened a new pull request #463: URL: https://github.com/apache/maven/pull/463 This PR intends to briefly explain the new features of 4.0.0 (and the undocumented exclusion prefix). In [MNGSITE-444](https://issues.apache.org/jira/browse/MNGSITE-444) we will extend the docume

[GitHub] [maven] rmannibucau commented on a change in pull request #462: [MNG-7134] Backport security fix in 3.6.x branch

2021-04-02 Thread GitBox
rmannibucau commented on a change in pull request #462: URL: https://github.com/apache/maven/pull/462#discussion_r606136287 ## File path: maven-artifact/src/main/java/org/apache/maven/artifact/repository/ArtifactRepository.java ## @@ -73,6 +73,12 @@ @Deprecated void

[GitHub] [maven] eolivelli commented on a change in pull request #462: [MNG-7134] Backport security fix in 3.6.x branch

2021-04-02 Thread GitBox
eolivelli commented on a change in pull request #462: URL: https://github.com/apache/maven/pull/462#discussion_r606133878 ## File path: maven-artifact/src/main/java/org/apache/maven/artifact/repository/ArtifactRepository.java ## @@ -73,6 +73,12 @@ @Deprecated void se

[GitHub] [maven-release] nfalco79 commented on a change in pull request #56: [MRELEASE-1042] releaseProfiles get overriden by activeProfiles

2021-04-02 Thread GitBox
nfalco79 commented on a change in pull request #56: URL: https://github.com/apache/maven-release/pull/56#discussion_r606108773 ## File path: maven-release-manager/src/main/java/org/apache/maven/shared/release/DefaultReleaseManager.java ## @@ -304,21 +305,26 @@ private void per

[GitHub] [maven-release] nfalco79 commented on a change in pull request #56: [MRELEASE-1042] releaseProfiles get overriden by activeProfiles

2021-04-02 Thread GitBox
nfalco79 commented on a change in pull request #56: URL: https://github.com/apache/maven-release/pull/56#discussion_r606108773 ## File path: maven-release-manager/src/main/java/org/apache/maven/shared/release/DefaultReleaseManager.java ## @@ -304,21 +305,26 @@ private void per

[GitHub] [maven] rmannibucau opened a new pull request #462: [MNG-7134] Backport security fix in 3.6.x branch

2021-04-02 Thread GitBox
rmannibucau opened a new pull request #462: URL: https://github.com/apache/maven/pull/462 Following this checklist to help us incorporate your contribution quickly and easily: - [x] Make sure there is a [JIRA issue](https://issues.apache.org/jira/browse/MNG) filed for

[jira] [Created] (MNG-7134) Backport 3.8.1 security fixes in 3.6.x branch

2021-04-02 Thread Romain Manni-Bucau (Jira)
Romain Manni-Bucau created MNG-7134: --- Summary: Backport 3.8.1 security fixes in 3.6.x branch Key: MNG-7134 URL: https://issues.apache.org/jira/browse/MNG-7134 Project: Maven Issue Type: Tas

[GitHub] [maven-integration-testing] asfgit closed pull request #105: [MNG-7045] Upgrade to IT to use Groovy 4.0.0-alpha-2

2021-04-02 Thread GitBox
asfgit closed pull request #105: URL: https://github.com/apache/maven-integration-testing/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 above to go to the specific comment. For queries about this