[jira] [Created] (MJAVADOC-634) Error in test-aggregate-no-fork when using modules

2020-01-17 Thread Anthony Vanelverdinghe (Jira)
Anthony Vanelverdinghe created MJAVADOC-634: --- Summary: Error in test-aggregate-no-fork when using modules Key: MJAVADOC-634 URL: https://issues.apache.org/jira/browse/MJAVADOC-634 Project:

[jira] [Created] (MSITE-854) Markup validation error after upgrading to 3.8.2

2020-01-17 Thread Maxim Solodovnik (Jira)
Maxim Solodovnik created MSITE-854: -- Summary: Markup validation error after upgrading to 3.8.2 Key: MSITE-854 URL: https://issues.apache.org/jira/browse/MSITE-854 Project: Maven Site Plugin

[GitHub] [maven-dependency-plugin] pzygielo closed pull request #30: (doc) Fix protocol and change repository address

2020-01-17 Thread GitBox
pzygielo closed pull request #30: (doc) Fix protocol and change repository address URL: https://github.com/apache/maven-dependency-plugin/pull/30 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [maven-jar-plugin] rfscholte commented on issue #7: [MJAR-269] Add Skip Property to Skip Plugin Execution

2020-01-17 Thread GitBox
rfscholte commented on issue #7: [MJAR-269] Add Skip Property to Skip Plugin Execution URL: https://github.com/apache/maven-jar-plugin/pull/7#issuecomment-575823449 As explained in the ticket, I'm not going to accept this PR, the problem needs to be fixed somewhere else.

[jira] [Closed] (MJAR-269) Add Skip Property to Skip Plugin Execution

2020-01-17 Thread Robert Scholte (Jira)
[ https://issues.apache.org/jira/browse/MJAR-269?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Scholte closed MJAR-269. --- Assignee: Robert Scholte Resolution: Won't Fix This exposes a different problem: you want

[GitHub] [maven-jar-plugin] rfscholte closed pull request #7: [MJAR-269] Add Skip Property to Skip Plugin Execution

2020-01-17 Thread GitBox
rfscholte closed pull request #7: [MJAR-269] Add Skip Property to Skip Plugin Execution URL: https://github.com/apache/maven-jar-plugin/pull/7 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [maven] michael-o edited a comment on issue #277: [MNG-6732] - DefaultArtifactDescriptorReader.loadPom to check IGNORE_MISSING policy upon ArtifactTransferException

2020-01-17 Thread GitBox
michael-o edited a comment on issue #277: [MNG-6732] - DefaultArtifactDescriptorReader.loadPom to check IGNORE_MISSING policy upon ArtifactTransferException URL: https://github.com/apache/maven/pull/277#issuecomment-575820803 > > > How about adding if statement for IGNORE_INVALID?

[GitHub] [maven] michael-o commented on issue #277: [MNG-6732] - DefaultArtifactDescriptorReader.loadPom to check IGNORE_MISSING policy upon ArtifactTransferException

2020-01-17 Thread GitBox
michael-o commented on issue #277: [MNG-6732] - DefaultArtifactDescriptorReader.loadPom to check IGNORE_MISSING policy upon ArtifactTransferException URL: https://github.com/apache/maven/pull/277#issuecomment-575820803 > > > How about adding if statement for IGNORE_INVALID? (I'll

[GitHub] [maven] suztomo commented on issue #277: [MNG-6732] - DefaultArtifactDescriptorReader.loadPom to check IGNORE_MISSING policy upon ArtifactTransferException

2020-01-17 Thread GitBox
suztomo commented on issue #277: [MNG-6732] - DefaultArtifactDescriptorReader.loadPom to check IGNORE_MISSING policy upon ArtifactTransferException URL: https://github.com/apache/maven/pull/277#issuecomment-575817970 How about adding if statement for IGNORE_INVALID? (I'll do experiment

[GitHub] [maven-jar-plugin] brianwyka commented on issue #7: [MJAR-269] Add Skip Property to Skip Plugin Execution

2020-01-17 Thread GitBox
brianwyka commented on issue #7: [MJAR-269] Add Skip Property to Skip Plugin Execution URL: https://github.com/apache/maven-jar-plugin/pull/7#issuecomment-575812502 Added the user property. Over the weekend, I'll add the pom configuration aspect, and then run the necessary builds and

[GitHub] [maven-jar-plugin] brianwyka opened a new pull request #7: [MJAR-269] Add Skip Property to Skip Plugin Execution

2020-01-17 Thread GitBox
brianwyka opened a new pull request #7: [MJAR-269] Add Skip Property to Skip Plugin Execution URL: https://github.com/apache/maven-jar-plugin/pull/7 Add the ability to skip plugin execution through pom configuration as well as user property. **Plugin Configuration example:**

[jira] [Commented] (MPIR-385) Emails in mailing list section of pom are improperly handled

2020-01-17 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MPIR-385?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17018351#comment-17018351 ] Hudson commented on MPIR-385: - Build succeeded in Jenkins: Maven TLP » maven-project-info-reports-plugin »

[jira] [Created] (MJAR-269) Add Skip Property to Skip Plugin Execution

2020-01-17 Thread Brian Wyka (Jira)
Brian Wyka created MJAR-269: --- Summary: Add Skip Property to Skip Plugin Execution Key: MJAR-269 URL: https://issues.apache.org/jira/browse/MJAR-269 Project: Maven JAR Plugin Issue Type: New

[GitHub] [maven-surefire] Tibor17 edited a comment on issue #262: Refer to correct property in skipping-tests doc

2020-01-17 Thread GitBox
Tibor17 edited a comment on issue #262: Refer to correct property in skipping-tests doc URL: https://github.com/apache/maven-surefire/pull/262#issuecomment-575803124 This is a misunderstanding because `skipTests` is meant to be related to the unit tests and thus the

[GitHub] [maven-surefire] Tibor17 commented on issue #262: Refer to correct property in skipping-tests doc

2020-01-17 Thread GitBox
Tibor17 commented on issue #262: Refer to correct property in skipping-tests doc URL: https://github.com/apache/maven-surefire/pull/262#issuecomment-575803124 This is a missunderstanding because `skipTests` is meant to be related to the unit tests and thus the `maven-surefire-plugin`. We

[GitHub] [maven-surefire] Tibor17 edited a comment on issue #262: Refer to correct property in skipping-tests doc

2020-01-17 Thread GitBox
Tibor17 edited a comment on issue #262: Refer to correct property in skipping-tests doc URL: https://github.com/apache/maven-surefire/pull/262#issuecomment-575803124 This is a misunderstanding because `skipTests` is meant to be related to the unit tests and thus the

[GitHub] [maven] michael-o commented on issue #277: [MNG-6732] - DefaultArtifactDescriptorReader.loadPom to check IGNORE_MISSING policy upon ArtifactTransferException

2020-01-17 Thread GitBox
michael-o commented on issue #277: [MNG-6732] - DefaultArtifactDescriptorReader.loadPom to check IGNORE_MISSING policy upon ArtifactTransferException URL: https://github.com/apache/maven/pull/277#issuecomment-575800199 > > > > I believe that the current code is broken and your PR

[GitHub] [maven] suztomo commented on issue #277: [MNG-6732] - DefaultArtifactDescriptorReader.loadPom to check IGNORE_MISSING policy upon ArtifactTransferException

2020-01-17 Thread GitBox
suztomo commented on issue #277: [MNG-6732] - DefaultArtifactDescriptorReader.loadPom to check IGNORE_MISSING policy upon ArtifactTransferException URL: https://github.com/apache/maven/pull/277#issuecomment-575798128 > I believe that the current code is broken and your PR simply reveals

[GitHub] [maven-compiler-plugin] pzygielo commented on issue #26: (doc) Fixes in multirelease page

2020-01-17 Thread GitBox
pzygielo commented on issue #26: (doc) Fixes in multirelease page URL: https://github.com/apache/maven-compiler-plugin/pull/26#issuecomment-575795834 Changes **without** line splitting commits: https://github.com/apache/maven-compiler-plugin/compare/master...pzygielo:doc-no-split

[GitHub] [maven-shade-plugin] michael-o merged pull request #37: fix typo

2020-01-17 Thread GitBox
michael-o merged pull request #37: fix typo URL: https://github.com/apache/maven-shade-plugin/pull/37 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] michael-o edited a comment on issue #277: [MNG-6732] - DefaultArtifactDescriptorReader.loadPom to check IGNORE_MISSING policy upon ArtifactTransferException

2020-01-17 Thread GitBox
michael-o edited a comment on issue #277: [MNG-6732] - DefaultArtifactDescriptorReader.loadPom to check IGNORE_MISSING policy upon ArtifactTransferException URL: https://github.com/apache/maven/pull/277#issuecomment-575775520 Here is the next problem: IT for MNG-3470 fails, see

[GitHub] [maven] michael-o commented on issue #277: [MNG-6732] - DefaultArtifactDescriptorReader.loadPom to check IGNORE_MISSING policy upon ArtifactTransferException

2020-01-17 Thread GitBox
michael-o commented on issue #277: [MNG-6732] - DefaultArtifactDescriptorReader.loadPom to check IGNORE_MISSING policy upon ArtifactTransferException URL: https://github.com/apache/maven/pull/277#issuecomment-575775520 Here is the next problem: IT for MNG-3470 fails, see

[GitHub] [maven-shade-plugin] elharo opened a new pull request #37: fix typo

2020-01-17 Thread GitBox
elharo opened a new pull request #37: fix typo URL: https://github.com/apache/maven-shade-plugin/pull/37 @rfscholte This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [maven] suztomo commented on issue #277: [MNG-6732] - DefaultArtifactDescriptorReader.loadPom to check IGNORE_MISSING policy upon ArtifactTransferException

2020-01-17 Thread GitBox
suztomo commented on issue #277: [MNG-6732] - DefaultArtifactDescriptorReader.loadPom to check IGNORE_MISSING policy upon ArtifactTransferException URL: https://github.com/apache/maven/pull/277#issuecomment-575769439 Thank you, then I'll wait for the integration test updated.

[GitHub] [maven] michael-o commented on issue #277: [MNG-6732] - DefaultArtifactDescriptorReader.loadPom to check IGNORE_MISSING policy upon ArtifactTransferException

2020-01-17 Thread GitBox
michael-o commented on issue #277: [MNG-6732] - DefaultArtifactDescriptorReader.loadPom to check IGNORE_MISSING policy upon ArtifactTransferException URL: https://github.com/apache/maven/pull/277#issuecomment-575768431 > > > Using

[GitHub] [maven] suztomo commented on issue #277: [MNG-6732] - DefaultArtifactDescriptorReader.loadPom to check IGNORE_MISSING policy upon ArtifactTransferException

2020-01-17 Thread GitBox
suztomo commented on issue #277: [MNG-6732] - DefaultArtifactDescriptorReader.loadPom to check IGNORE_MISSING policy upon ArtifactTransferException URL: https://github.com/apache/maven/pull/277#issuecomment-575720544 Using https://github.com/apache/maven-integration-testing, I confirmed

[jira] [Commented] (MASSEMBLY-874) maven-assembly plugin always downloads dependencies from net

2020-01-17 Thread Enrico Olivelli (Jira)
[ https://issues.apache.org/jira/browse/MASSEMBLY-874?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17018109#comment-17018109 ] Enrico Olivelli commented on MASSEMBLY-874: --- [~turbanoff] sure. Thank you ! >

[GitHub] [maven-assembly-plugin] eolivelli commented on issue #16: [MASSEMBLY-874] maven-assembly plugin always downloads dependencies from net

2020-01-17 Thread GitBox
eolivelli commented on issue #16: [MASSEMBLY-874] maven-assembly plugin always downloads dependencies from net URL: https://github.com/apache/maven-assembly-plugin/pull/16#issuecomment-575665910 Can you please add an integration test like:

[jira] [Comment Edited] (MASSEMBLY-874) maven-assembly plugin always downloads dependencies from net

2020-01-17 Thread Andrey Turbanov (Jira)
[ https://issues.apache.org/jira/browse/MASSEMBLY-874?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17016987#comment-17016987 ] Andrey Turbanov edited comment on MASSEMBLY-874 at 1/17/20 2:41 PM:

[jira] [Updated] (MPIR-386) Project building errors with plugins and central repository override

2020-01-17 Thread Sylwester Lachiewicz (Jira)
[ https://issues.apache.org/jira/browse/MPIR-386?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylwester Lachiewicz updated MPIR-386: -- Fix Version/s: 3.1.0 > Project building errors with plugins and central repository

[jira] [Commented] (MPOM-208) upgrade m-scm-publish-p

2020-01-17 Thread Christofer Dutz (Jira)
[ https://issues.apache.org/jira/browse/MPOM-208?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17018050#comment-17018050 ] Christofer Dutz commented on MPOM-208: -- Adding the following to the projects parent pom solved the

[GitHub] [maven] michael-o edited a comment on issue #277: [MNG-6732] - DefaultArtifactDescriptorReader.loadPom to check IGNORE_MISSING policy upon ArtifactTransferException

2020-01-17 Thread GitBox
michael-o edited a comment on issue #277: [MNG-6732] - DefaultArtifactDescriptorReader.loadPom to check IGNORE_MISSING policy upon ArtifactTransferException URL: https://github.com/apache/maven/pull/277#issuecomment-575632321 I have uploaded a squash branch, will tests again..

[GitHub] [maven] michael-o commented on issue #277: [MNG-6732] - DefaultArtifactDescriptorReader.loadPom to check IGNORE_MISSING policy upon ArtifactTransferException

2020-01-17 Thread GitBox
michael-o commented on issue #277: [MNG-6732] - DefaultArtifactDescriptorReader.loadPom to check IGNORE_MISSING policy upon ArtifactTransferException URL: https://github.com/apache/maven/pull/277#issuecomment-575632321 I ahve uploaded a squash branch, will tests again..

[GitHub] [maven] michael-o commented on issue #277: [MNG-6732] - DefaultArtifactDescriptorReader.loadPom to check IGNORE_MISSING policy upon ArtifactTransferException

2020-01-17 Thread GitBox
michael-o commented on issue #277: [MNG-6732] - DefaultArtifactDescriptorReader.loadPom to check IGNORE_MISSING policy upon ArtifactTransferException URL: https://github.com/apache/maven/pull/277#issuecomment-575622969 > > > As mentioned by Jason, please don't touch old ITs.

[jira] [Updated] (MDEPLOY-266) More verbose output for deployment to trace down errors (esp. 401)

2020-01-17 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MDEPLOY-266?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated MDEPLOY-266: --- Description: There are many reasons why a deployment of maven artifacts can fail: *

[GitHub] [maven] rfscholte commented on issue #277: [MNG-6732] - DefaultArtifactDescriptorReader.loadPom to check IGNORE_MISSING policy upon ArtifactTransferException

2020-01-17 Thread GitBox
rfscholte commented on issue #277: [MNG-6732] - DefaultArtifactDescriptorReader.loadPom to check IGNORE_MISSING policy upon ArtifactTransferException URL: https://github.com/apache/maven/pull/277#issuecomment-575619814 As mentioned by Jason, please don't touch old ITs. Better to copy it

[jira] [Updated] (MPIR-302) Allow usage of supplemental-model in reports (e.g. dependencies)

2020-01-17 Thread Sylwester Lachiewicz (Jira)
[ https://issues.apache.org/jira/browse/MPIR-302?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylwester Lachiewicz updated MPIR-302: -- Fix Version/s: (was: 3.1.0) > Allow usage of supplemental-model in reports (e.g.

[jira] [Commented] (MPIR-385) Emails in mailing list section of pom are improperly handled

2020-01-17 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MPIR-385?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17017964#comment-17017964 ] Hudson commented on MPIR-385: - Build succeeded in Jenkins: Maven TLP » maven-project-info-reports-plugin »

[jira] [Updated] (MPIR-302) Allow usage of supplemental-model in reports (e.g. dependencies)

2020-01-17 Thread Sylwester Lachiewicz (Jira)
[ https://issues.apache.org/jira/browse/MPIR-302?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylwester Lachiewicz updated MPIR-302: -- Fix Version/s: 3.1.0 > Allow usage of supplemental-model in reports (e.g. dependencies)

[jira] [Updated] (MPIR-385) Emails in mailing list section of pom are improperly handled

2020-01-17 Thread Sylwester Lachiewicz (Jira)
[ https://issues.apache.org/jira/browse/MPIR-385?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylwester Lachiewicz updated MPIR-385: -- Fix Version/s: 3.1.0 > Emails in mailing list section of pom are improperly handled >

[GitHub] [maven-project-info-reports-plugin] asfgit closed pull request #12: [MPIR-385] - Emails in mailing list section of pom are improperly

2020-01-17 Thread GitBox
asfgit closed pull request #12: [MPIR-385] - Emails in mailing list section of pom are improperly URL: https://github.com/apache/maven-project-info-reports-plugin/pull/12 This is an automated message from the Apache Git

[jira] [Commented] (MENFORCER-269) RequireUpperBoundDeps does not consider wildcard (*) excluded transitive dependencies

2020-01-17 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MENFORCER-269?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17017905#comment-17017905 ] Hudson commented on MENFORCER-269: -- Build succeeded in Jenkins: Maven TLP » maven-enforcer » master

[jira] [Commented] (MENFORCER-195) Dependency convergence does not support wildcard exclusions

2020-01-17 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MENFORCER-195?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17017904#comment-17017904 ] Hudson commented on MENFORCER-195: -- Build succeeded in Jenkins: Maven TLP » maven-enforcer » master

[jira] [Closed] (MENFORCER-269) RequireUpperBoundDeps does not consider wildcard (*) excluded transitive dependencies

2020-01-17 Thread Robert Scholte (Jira)
[ https://issues.apache.org/jira/browse/MENFORCER-269?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Scholte closed MENFORCER-269. Assignee: Robert Scholte Resolution: Done integration tests added in

[jira] [Closed] (MENFORCER-195) Dependency convergence does not support wildcard exclusions

2020-01-17 Thread Robert Scholte (Jira)
[ https://issues.apache.org/jira/browse/MENFORCER-195?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Scholte closed MENFORCER-195. Assignee: Robert Scholte Resolution: Done integration tests added in

[GitHub] [maven-enforcer] rfscholte merged pull request #56: [MENFORCER-195] [MENFORCER-269] Added tests to validate wildcard support

2020-01-17 Thread GitBox
rfscholte merged pull request #56: [MENFORCER-195] [MENFORCER-269] Added tests to validate wildcard support URL: https://github.com/apache/maven-enforcer/pull/56 This is an automated message from the Apache Git Service. To

[GitHub] [maven] michael-o commented on issue #277: [MNG-6732] - DefaultArtifactDescriptorReader.loadPom to check IGNORE_MISSING policy upon ArtifactTransferException

2020-01-17 Thread GitBox
michael-o commented on issue #277: [MNG-6732] - DefaultArtifactDescriptorReader.loadPom to check IGNORE_MISSING policy upon ArtifactTransferException URL: https://github.com/apache/maven/pull/277#issuecomment-575567079 @rfscholte The test itself is fine. I took at least two hours to

[jira] [Commented] (MENFORCER-195) Dependency convergence does not support wildcard exclusions

2020-01-17 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MENFORCER-195?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17017883#comment-17017883 ] Hudson commented on MENFORCER-195: -- Build succeeded in Jenkins: Maven TLP » maven-enforcer »

[GitHub] [maven] rfscholte commented on issue #277: [MNG-6732] - DefaultArtifactDescriptorReader.loadPom to check IGNORE_MISSING policy upon ArtifactTransferException

2020-01-17 Thread GitBox
rfscholte commented on issue #277: [MNG-6732] - DefaultArtifactDescriptorReader.loadPom to check IGNORE_MISSING policy upon ArtifactTransferException URL: https://github.com/apache/maven/pull/277#issuecomment-575531285 https://issues.apache.org/jira/browse/MNG-5175 was fixed by @olamy so