[jira] [Created] (MNG-7054) [Test] MavenCliTest.testStyleColors failed with Java 16 and 17

2020-12-15 Thread Sylwester Lachiewicz (Jira)
Sylwester Lachiewicz created MNG-7054: - Summary: [Test] MavenCliTest.testStyleColors failed with Java 16 and 17 Key: MNG-7054 URL: https://issues.apache.org/jira/browse/MNG-7054 Project: Maven

[jira] [Updated] (MSHARED-944) Set minimum Maven version to 3.1.0

2020-12-15 Thread Sylwester Lachiewicz (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-944?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylwester Lachiewicz updated MSHARED-944: - Description:     Note: We have a conflict with asm:asm:3.3.1 in Maven 3.1.0, s

[jira] [Created] (MJAVADOC-665) javadoc:javadoc does not work when module-info.java is present but compile:compile has not been executed

2020-12-15 Thread Jira
Thomas Weißschuh created MJAVADOC-665: - Summary: javadoc:javadoc does not work when module-info.java is present but compile:compile has not been executed Key: MJAVADOC-665 URL: https://issues.apache.org/jira/b

[jira] [Assigned] (MJLINK-39) Add support for choosing vm

2020-12-15 Thread Benjamin Marwell (Jira)
[ https://issues.apache.org/jira/browse/MJLINK-39?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benjamin Marwell reassigned MJLINK-39: -- Assignee: Benjamin Marwell > Add support for choosing vm > ---

[jira] [Commented] (MJLINK-49) Add support for single maven projects

2020-12-15 Thread Benjamin Marwell (Jira)
[ https://issues.apache.org/jira/browse/MJLINK-49?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17249956#comment-17249956 ] Benjamin Marwell commented on MJLINK-49: Site in question is {{src/site/apt/usage.

[jira] [Comment Edited] (MJAVADOC-595) javadoc not found using java.home

2020-12-15 Thread Curtis Rueden (Jira)
[ https://issues.apache.org/jira/browse/MJAVADOC-595?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17249923#comment-17249923 ] Curtis Rueden edited comment on MJAVADOC-595 at 12/15/20, 8:40 PM: --

[jira] [Commented] (MJAVADOC-595) javadoc not found using java.home

2020-12-15 Thread Curtis Rueden (Jira)
[ https://issues.apache.org/jira/browse/MJAVADOC-595?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17249923#comment-17249923 ] Curtis Rueden commented on MJAVADOC-595: It looks like this bug was fixed by:

[jira] [Updated] (MPIR-400) mvn -pl . clean site site:stage fails when extensions are part of pom.xml

2020-12-15 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MPIR-400?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated MPIR-400: Fix Version/s: waiting-for-feedback > mvn -pl . clean site site:stage fails when extensions are part

[GitHub] [maven-javadoc-plugin] XenoAmess edited a comment on pull request #59: [MJAVADOC-662] The fix operation wrongly generate illegal javadoc for static final fields.

2020-12-15 Thread GitBox
XenoAmess edited a comment on pull request #59: URL: https://github.com/apache/maven-javadoc-plugin/pull/59#issuecomment-745528390 @elharo So is there any other thing I should do now for this pr? If nope, then I would go to bed. 😄 --

[GitHub] [maven-javadoc-plugin] XenoAmess commented on pull request #59: [MJAVADOC-662] The fix operation wrongly generate illegal javadoc for static final fields.

2020-12-15 Thread GitBox
XenoAmess commented on pull request #59: URL: https://github.com/apache/maven-javadoc-plugin/pull/59#issuecomment-745528390 @elharo So is there any other thing I should do now for this pr? If nope, then I would go to bed.

[GitHub] [maven-javadoc-plugin] XenoAmess commented on a change in pull request #59: [MJAVADOC-662] The fix operation wrongly generate illegal javadoc for static final fields.

2020-12-15 Thread GitBox
XenoAmess commented on a change in pull request #59: URL: https://github.com/apache/maven-javadoc-plugin/pull/59#discussion_r543629117 ## File path: src/test/resources/unit/fix-test/expected/src/main/java/fix/test/ClassWithJavadoc.java ## @@ -451,6 +451,21 @@ public void test

[GitHub] [maven-javadoc-plugin] XenoAmess commented on a change in pull request #59: [MJAVADOC-662] The fix operation wrongly generate illegal javadoc for static final fields.

2020-12-15 Thread GitBox
XenoAmess commented on a change in pull request #59: URL: https://github.com/apache/maven-javadoc-plugin/pull/59#discussion_r543629117 ## File path: src/test/resources/unit/fix-test/expected/src/main/java/fix/test/ClassWithJavadoc.java ## @@ -451,6 +451,21 @@ public void test

[GitHub] [maven-javadoc-plugin] elharo commented on a change in pull request #59: [MJAVADOC-662] The fix operation wrongly generate illegal javadoc for static final fields.

2020-12-15 Thread GitBox
elharo commented on a change in pull request #59: URL: https://github.com/apache/maven-javadoc-plugin/pull/59#discussion_r543627492 ## File path: src/test/resources/unit/fix-test/expected/src/main/java/fix/test/ClassWithJavadoc.java ## @@ -451,6 +451,21 @@ public void testExc

[GitHub] [maven-javadoc-plugin] XenoAmess commented on pull request #59: [MJAVADOC-662] The fix operation wrongly generate illegal javadoc for static final fields.

2020-12-15 Thread GitBox
XenoAmess commented on pull request #59: URL: https://github.com/apache/maven-javadoc-plugin/pull/59#issuecomment-745508410 @elharo notice that this is the test file to show in what situation the original javadoc-plugin (before this commit) can fail. -

[GitHub] [maven-javadoc-plugin] XenoAmess commented on a change in pull request #59: [MJAVADOC-662] The fix operation wrongly generate illegal javadoc for static final fields.

2020-12-15 Thread GitBox
XenoAmess commented on a change in pull request #59: URL: https://github.com/apache/maven-javadoc-plugin/pull/59#discussion_r543615329 ## File path: src/test/resources/unit/fix-test/expected/src/main/java/fix/test/ClassWithJavadoc.java ## @@ -451,6 +451,21 @@ public void test

[GitHub] [maven-javadoc-plugin] XenoAmess commented on a change in pull request #59: [MJAVADOC-662] The fix operation wrongly generate illegal javadoc for static final fields.

2020-12-15 Thread GitBox
XenoAmess commented on a change in pull request #59: URL: https://github.com/apache/maven-javadoc-plugin/pull/59#discussion_r543615329 ## File path: src/test/resources/unit/fix-test/expected/src/main/java/fix/test/ClassWithJavadoc.java ## @@ -451,6 +451,21 @@ public void test

[GitHub] [maven-javadoc-plugin] elharo commented on a change in pull request #59: [MJAVADOC-662] The fix operation wrongly generate illegal javadoc for static final fields.

2020-12-15 Thread GitBox
elharo commented on a change in pull request #59: URL: https://github.com/apache/maven-javadoc-plugin/pull/59#discussion_r543614133 ## File path: src/test/resources/unit/fix-test/expected/src/main/java/fix/test/ClassWithJavadoc.java ## @@ -451,6 +451,21 @@ public void testExc

[GitHub] [maven-javadoc-plugin] XenoAmess commented on a change in pull request #59: [MJAVADOC-662] The fix operation wrongly generate illegal javadoc for static final fields.

2020-12-15 Thread GitBox
XenoAmess commented on a change in pull request #59: URL: https://github.com/apache/maven-javadoc-plugin/pull/59#discussion_r543610570 ## File path: src/test/resources/unit/fix-test/expected/src/main/java/fix/test/ClassWithJavadoc.java ## @@ -451,6 +451,21 @@ public void test

[GitHub] [maven-javadoc-plugin] XenoAmess commented on a change in pull request #59: [MJAVADOC-662] The fix operation wrongly generate illegal javadoc for static final fields.

2020-12-15 Thread GitBox
XenoAmess commented on a change in pull request #59: URL: https://github.com/apache/maven-javadoc-plugin/pull/59#discussion_r543610570 ## File path: src/test/resources/unit/fix-test/expected/src/main/java/fix/test/ClassWithJavadoc.java ## @@ -451,6 +451,21 @@ public void test

[GitHub] [maven-deploy-plugin] michael-o commented on pull request #12: [MDEPLOY-279] Better validation for alt deploy repository mojo parameter

2020-12-15 Thread GitBox
michael-o commented on pull request #12: URL: https://github.com/apache/maven-deploy-plugin/pull/12#issuecomment-745464748 Thanks, will look into new changes. This is an automated message from the Apache Git Service. To resp

[jira] [Resolved] (MDEPLOY-280) Ability so skip certain classifiers from deploy

2020-12-15 Thread Jira
[ https://issues.apache.org/jira/browse/MDEPLOY-280?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamás Cservenák resolved MDEPLOY-280. - Resolution: Won't Fix > Ability so skip certain classifiers from deploy > --

[GitHub] [maven-deploy-plugin] cstamas commented on pull request #14: [MDEPLOY-280] Ability so skip specified classifiers from deploy

2020-12-15 Thread GitBox
cstamas commented on pull request #14: URL: https://github.com/apache/maven-deploy-plugin/pull/14#issuecomment-745461759 Am leaving this PR here for ref, but this is not for merge. This is an automated message from the Apach

[jira] [Commented] (MDEPLOY-280) Ability so skip certain classifiers from deploy

2020-12-15 Thread Jira
[ https://issues.apache.org/jira/browse/MDEPLOY-280?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17249835#comment-17249835 ] Tamás Cservenák commented on MDEPLOY-280: - As I said, I agree with your assessme

[GitHub] [maven-javadoc-plugin] elharo commented on a change in pull request #59: [MJAVADOC-662] The fix operation wrongly generate illegal javadoc for static final fields.

2020-12-15 Thread GitBox
elharo commented on a change in pull request #59: URL: https://github.com/apache/maven-javadoc-plugin/pull/59#discussion_r543556764 ## File path: src/test/resources/unit/fix-test/expected/src/main/java/fix/test/ClassWithJavadoc.java ## @@ -451,6 +451,21 @@ public void testExc

[GitHub] [maven-deploy-plugin] cstamas commented on a change in pull request #12: [MDEPLOY-279] Better validation for alt deploy repository mojo parameter

2020-12-15 Thread GitBox
cstamas commented on a change in pull request #12: URL: https://github.com/apache/maven-deploy-plugin/pull/12#discussion_r543553533 ## File path: src/main/java/org/apache/maven/plugins/deploy/DeployMojo.java ## @@ -51,6 +51,9 @@ public class DeployMojo extends AbstractDep

[jira] [Comment Edited] (MPIR-400) mvn -pl . clean site site:stage fails when extensions are part of pom.xml

2020-12-15 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MPIR-400?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17249794#comment-17249794 ] Michael Osipov edited comment on MPIR-400 at 12/15/20, 5:01 PM: -

[jira] [Commented] (MPIR-400) mvn -pl . clean site site:stage fails when extensions are part of pom.xml

2020-12-15 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MPIR-400?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17249794#comment-17249794 ] Michael Osipov commented on MPIR-400: - Are you certain that you don't mix up aggregatio

[jira] [Updated] (MDEPLOY-281) Deploy only the selected modules using mvn deploy?

2020-12-15 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MDEPLOY-281?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated MDEPLOY-281: --- Fix Version/s: wontfix-candidate waiting-for-feedback > Deploy only the s

[jira] [Updated] (MPIR-400) mvn -pl . clean site site:stage fails when extensions are part of pom.xml

2020-12-15 Thread Marwa Khabbaz (Jira)
[ https://issues.apache.org/jira/browse/MPIR-400?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marwa Khabbaz updated MPIR-400: --- Description: I have a project consisting of an aggregator and a submodule, which inherits directly fro

[jira] [Created] (MPIR-400) mvn -pl . clean site site:stage fails when extensions are part of pom.xml

2020-12-15 Thread Marwa Khabbaz (Jira)
Marwa Khabbaz created MPIR-400: -- Summary: mvn -pl . clean site site:stage fails when extensions are part of pom.xml Key: MPIR-400 URL: https://issues.apache.org/jira/browse/MPIR-400 Project: Maven Projec

[jira] [Commented] (MDEPLOY-281) Deploy only the selected modules using mvn deploy?

2020-12-15 Thread Maarten Mulders (Jira)
[ https://issues.apache.org/jira/browse/MDEPLOY-281?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17249764#comment-17249764 ] Maarten Mulders commented on MDEPLOY-281: - The {{deploy:deploy}} goal has a [{{

[jira] [Commented] (SUREFIRE-1546) JUnit 5 runner does not honor JUnit 5 display names

2020-12-15 Thread Jira
[ https://issues.apache.org/jira/browse/SUREFIRE-1546?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17249748#comment-17249748 ] Michael Düsterhus commented on SUREFIRE-1546: - Tried executing JUnitPlatfo

[GitHub] [maven-javadoc-plugin] XenoAmess commented on pull request #59: [MJAVADOC-662] The fix operation wrongly generate illegal javadoc for static final fields.

2020-12-15 Thread GitBox
XenoAmess commented on pull request #59: URL: https://github.com/apache/maven-javadoc-plugin/pull/59#issuecomment-745360159 @elharo Hi. Any news for this pr? Should we merge it or there still be some things that I should do for now? ---

[GitHub] [maven-integration-testing] michael-o commented on pull request #82: [MNG-6957] support build/consumer with modules in reverse order

2020-12-15 Thread GitBox
michael-o commented on pull request #82: URL: https://github.com/apache/maven-integration-testing/pull/82#issuecomment-745274140 I read the article before, I do like it. It is worth adding! This is an automated message from

[GitHub] [maven-integration-testing] michael-o commented on pull request #82: [MNG-6957] support build/consumer with modules in reverse order

2020-12-15 Thread GitBox
michael-o commented on pull request #82: URL: https://github.com/apache/maven-integration-testing/pull/82#issuecomment-745268227 There is a problem with this branch where not all LF ending fixes from me where properly merged. I need to care of this before I can continue testing.

[jira] [Updated] (MDEPLOY-281) Deploy only the selected modules using mvn deploy?

2020-12-15 Thread CHILAKAM PRATHAPA REDDY (Jira)
[ https://issues.apache.org/jira/browse/MDEPLOY-281?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] CHILAKAM PRATHAPA REDDY updated MDEPLOY-281: Description: We have java project, and we are using maven as build tool. I

[jira] [Updated] (MDEPLOY-281) Deploy only the selected modules using mvn deploy?

2020-12-15 Thread CHILAKAM PRATHAPA REDDY (Jira)
[ https://issues.apache.org/jira/browse/MDEPLOY-281?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] CHILAKAM PRATHAPA REDDY updated MDEPLOY-281: Description: We have java project, and we are using maven as build tool. I

[jira] [Created] (MDEPLOY-281) Deploy only the selected modules using mvn deploy?

2020-12-15 Thread CHILAKAM PRATHAPA REDDY (Jira)
CHILAKAM PRATHAPA REDDY created MDEPLOY-281: --- Summary: Deploy only the selected modules using mvn deploy? Key: MDEPLOY-281 URL: https://issues.apache.org/jira/browse/MDEPLOY-281 Project: Mave

[jira] [Commented] (MNG-6566) @Execute should not re-execute goals

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

[jira] [Resolved] (MNG-6566) @Execute should not re-execute goals

2020-12-15 Thread Martin Kanters (Jira)
[ https://issues.apache.org/jira/browse/MNG-6566?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Kanters resolved MNG-6566. - Fix Version/s: 4.0.0-alpha-1 Resolution: Fixed Fixed in [d8c2cc7e4ae8e1c82be49aa264f0a0ae02

[jira] [Assigned] (MNG-6566) @Execute should not re-execute goals

2020-12-15 Thread Martin Kanters (Jira)
[ https://issues.apache.org/jira/browse/MNG-6566?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Kanters reassigned MNG-6566: --- Assignee: Martin Kanters > @Execute should not re-execute goals >

[GitHub] [maven] MartinKanters merged pull request #412: Upgrade github actions cache and use m2 cache for integration testing…

2020-12-15 Thread GitBox
MartinKanters merged pull request #412: URL: https://github.com/apache/maven/pull/412 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 t

[GitHub] [maven-integration-testing] MartinKanters closed pull request #74: [MNG-6566] Plugins that require a certain phase should not fork goals that are already in the execution plan

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

[GitHub] [maven] MartinKanters closed pull request #397: [MNG-6566] Plugins that require a certain phase should not fork goals that are already in the execution plan

2020-12-15 Thread GitBox
MartinKanters closed pull request #397: URL: https://github.com/apache/maven/pull/397 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 t