[jira] [Updated] (MNG-5592) Maven dependency resolution locks up

2019-07-08 Thread JIRA
[ https://issues.apache.org/jira/browse/MNG-5592?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Schauß updated MNG-5592: -- Attachment: mjml-cli.log > Maven dependency resolution locks up > >

[jira] [Commented] (MNG-5592) Maven dependency resolution locks up

2019-07-08 Thread JIRA
[ https://issues.apache.org/jira/browse/MNG-5592?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16880985#comment-16880985 ] Simon Schauß commented on MNG-5592: --- I'm still facing the same issue in 3.5.4 ([https://

[jira] [Commented] (SUREFIRE-1634) Add missing since tags to excludesFile and includesFile

2019-07-08 Thread Koray Tugay (JIRA)
[ https://issues.apache.org/jira/browse/SUREFIRE-1634?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16880818#comment-16880818 ] Koray Tugay commented on SUREFIRE-1634: --- This ticket is fixed and can be closed.

[GitHub] [maven-wagon] michael-o commented on issue #49: [MNG-2802] Concurrent-safe access to local Maven repository

2019-07-08 Thread GitBox
michael-o commented on issue #49: [MNG-2802] Concurrent-safe access to local Maven repository URL: https://github.com/apache/maven-wagon/pull/49#issuecomment-509382046 > It's been a long time since I had the ideas of this PR fresh in my mind, but do you think it would be worth implementing

[jira] [Closed] (MJAVADOC-608) Unable to run javadoc:aggregate on multi-module projects with one or more pom modules when using Java modules (jigsaw).

2019-07-08 Thread Robert Scholte (JIRA)
[ https://issues.apache.org/jira/browse/MJAVADOC-608?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Scholte closed MJAVADOC-608. --- Resolution: Fixed Assignee: Robert Scholte Fix Version/s: 3.1.1 Fix as part

[GitHub] [maven-wagon] erikhakansson commented on issue #49: [MNG-2802] Concurrent-safe access to local Maven repository

2019-07-08 Thread GitBox
erikhakansson commented on issue #49: [MNG-2802] Concurrent-safe access to local Maven repository URL: https://github.com/apache/maven-wagon/pull/49#issuecomment-509379379 Hello! It's been a long time since I had the ideas of this PR fresh in my mind, but do you think it would be wo

[GitHub] [maven] michael-o commented on issue #264: [MNG-6535] Improve test coverage of UrlNormalizer.

2019-07-08 Thread GitBox
michael-o commented on issue #264: [MNG-6535] Improve test coverage of UrlNormalizer. URL: https://github.com/apache/maven/pull/264#issuecomment-509370250 PAsses for me locally, waiting for Jenkins.. This is an automated

[jira] [Updated] (MNG-6535) Improve test coverage of org.apache.maven.model.path.DefaultUrlNormalizer

2019-07-08 Thread Michael Osipov (JIRA)
[ https://issues.apache.org/jira/browse/MNG-6535?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated MNG-6535: Fix Version/s: 3.6.x-candidate > Improve test coverage of org.apache.maven.model.path.DefaultUrlNorma

[jira] [Updated] (MNG-6703) DefaultUrlNormalizer doesn't normalize all relative URIs

2019-07-08 Thread Michael Osipov (JIRA)
[ https://issues.apache.org/jira/browse/MNG-6703?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated MNG-6703: Fix Version/s: 3.6.x-candidate > DefaultUrlNormalizer doesn't normalize all relative URIs > -

[jira] [Updated] (MNG-6703) DefaultUrlNormalizer doesn't normalize all relative URIs

2019-07-08 Thread Michael Osipov (JIRA)
[ https://issues.apache.org/jira/browse/MNG-6703?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated MNG-6703: Affects Version/s: 3.6.1 > DefaultUrlNormalizer doesn't normalize all relative URIs > ---

[jira] [Assigned] (MNG-6703) DefaultUrlNormalizer doesn't normalize all relative URIs

2019-07-08 Thread Michael Osipov (JIRA)
[ https://issues.apache.org/jira/browse/MNG-6703?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov reassigned MNG-6703: --- Assignee: Michael Osipov > DefaultUrlNormalizer doesn't normalize all relative URIs >

[jira] [Commented] (MNG-6604) Intermittent failures while downloading GAVs from Nexus

2019-07-08 Thread Michael Osipov (JIRA)
[ https://issues.apache.org/jira/browse/MNG-6604?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16880640#comment-16880640 ] Michael Osipov commented on MNG-6604: - I have left an extended review on the PR, please

[GitHub] [maven-wagon] michael-o commented on a change in pull request #49: [MNG-2802] Concurrent-safe access to local Maven repository

2019-07-08 Thread GitBox
michael-o commented on a change in pull request #49: [MNG-2802] Concurrent-safe access to local Maven repository URL: https://github.com/apache/maven-wagon/pull/49#discussion_r301251366 ## File path: wagon-providers/wagon-file/src/main/java/org/apache/maven/wagon/providers/file/Fil

[GitHub] [maven-wagon] michael-o commented on a change in pull request #49: [MNG-2802] Concurrent-safe access to local Maven repository

2019-07-08 Thread GitBox
michael-o commented on a change in pull request #49: [MNG-2802] Concurrent-safe access to local Maven repository URL: https://github.com/apache/maven-wagon/pull/49#discussion_r301252900 ## File path: wagon-providers/wagon-file/src/main/java/org/apache/maven/wagon/providers/file/Wai

[GitHub] [maven-wagon] michael-o commented on a change in pull request #49: [MNG-2802] Concurrent-safe access to local Maven repository

2019-07-08 Thread GitBox
michael-o commented on a change in pull request #49: [MNG-2802] Concurrent-safe access to local Maven repository URL: https://github.com/apache/maven-wagon/pull/49#discussion_r301251493 ## File path: wagon-providers/wagon-file/src/main/java/org/apache/maven/wagon/providers/file/Laz

[GitHub] [maven-wagon] michael-o commented on a change in pull request #49: [MNG-2802] Concurrent-safe access to local Maven repository

2019-07-08 Thread GitBox
michael-o commented on a change in pull request #49: [MNG-2802] Concurrent-safe access to local Maven repository URL: https://github.com/apache/maven-wagon/pull/49#discussion_r301252346 ## File path: wagon-providers/wagon-file/src/main/java/org/apache/maven/wagon/providers/file/Wai

[GitHub] [maven-wagon] michael-o commented on a change in pull request #49: [MNG-2802] Concurrent-safe access to local Maven repository

2019-07-08 Thread GitBox
michael-o commented on a change in pull request #49: [MNG-2802] Concurrent-safe access to local Maven repository URL: https://github.com/apache/maven-wagon/pull/49#discussion_r301250444 ## File path: wagon-providers/wagon-file-test/src/test/java/org/apache/maven/wagon/providers/fil

[GitHub] [maven-wagon] michael-o commented on a change in pull request #49: [MNG-2802] Concurrent-safe access to local Maven repository

2019-07-08 Thread GitBox
michael-o commented on a change in pull request #49: [MNG-2802] Concurrent-safe access to local Maven repository URL: https://github.com/apache/maven-wagon/pull/49#discussion_r301249506 ## File path: wagon-providers/pom.xml ## @@ -33,6 +33,7 @@ under the License.

[GitHub] [maven-wagon] michael-o commented on a change in pull request #49: [MNG-2802] Concurrent-safe access to local Maven repository

2019-07-08 Thread GitBox
michael-o commented on a change in pull request #49: [MNG-2802] Concurrent-safe access to local Maven repository URL: https://github.com/apache/maven-wagon/pull/49#discussion_r301249924 ## File path: wagon-providers/wagon-file-test/src/test/java/org/apache/maven/wagon/providers/fil

[GitHub] [maven-wagon] michael-o commented on a change in pull request #49: [MNG-2802] Concurrent-safe access to local Maven repository

2019-07-08 Thread GitBox
michael-o commented on a change in pull request #49: [MNG-2802] Concurrent-safe access to local Maven repository URL: https://github.com/apache/maven-wagon/pull/49#discussion_r301249314 ## File path: wagon-provider-api/src/main/java/org/apache/maven/wagon/LazyOutputStream.java ###

[jira] [Comment Edited] (MNG-6604) Intermittent failures while downloading GAVs from Nexus

2019-07-08 Thread Michael Osipov (JIRA)
[ https://issues.apache.org/jira/browse/MNG-6604?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16880621#comment-16880621 ] Michael Osipov edited comment on MNG-6604 at 7/8/19 6:58 PM: - [

[GitHub] [maven-wagon] michael-o commented on issue #49: [MNG-2802] Concurrent-safe access to local Maven repository

2019-07-08 Thread GitBox
michael-o commented on issue #49: [MNG-2802] Concurrent-safe access to local Maven repository URL: https://github.com/apache/maven-wagon/pull/49#issuecomment-509345867 Looking into... This is an automated message from the Apa

[jira] [Commented] (MNG-6604) Intermittent failures while downloading GAVs from Nexus

2019-07-08 Thread Michael Osipov (JIRA)
[ https://issues.apache.org/jira/browse/MNG-6604?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16880621#comment-16880621 ] Michael Osipov commented on MNG-6604: - [~agentgt], I understand myself that it is frust

[jira] [Updated] (SUREFIRE-1675) Forked JVM terminates with 'halt' when another module's tests fail

2019-07-08 Thread Mohsen Hariri (JIRA)
[ https://issues.apache.org/jira/browse/SUREFIRE-1675?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mohsen Hariri updated SUREFIRE-1675: Description: *Steps to reproduce:* Run the attached project with the following command:

[jira] [Comment Edited] (SUREFIRE-1675) Forked JVM terminates with 'halt' when another module's tests fail

2019-07-08 Thread Mohsen Hariri (JIRA)
[ https://issues.apache.org/jira/browse/SUREFIRE-1675?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16880400#comment-16880400 ] Mohsen Hariri edited comment on SUREFIRE-1675 at 7/8/19 2:22 PM: ---

[jira] [Commented] (SUREFIRE-1675) Forked JVM terminates with 'halt' when another module's tests fail

2019-07-08 Thread Mohsen Hariri (JIRA)
[ https://issues.apache.org/jira/browse/SUREFIRE-1675?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16880400#comment-16880400 ] Mohsen Hariri commented on SUREFIRE-1675: - When a module's tests fail, the mav

[jira] [Updated] (SUREFIRE-1675) Forked JVM terminates with 'halt' when another module's tests fail

2019-07-08 Thread Mohsen Hariri (JIRA)
[ https://issues.apache.org/jira/browse/SUREFIRE-1675?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mohsen Hariri updated SUREFIRE-1675: Description: h3. Steps to reproduce: Run the attached project with the following command

[jira] [Updated] (SUREFIRE-1675) Forked JVM terminates with 'halt' when another module's tests fail

2019-07-08 Thread Mohsen Hariri (JIRA)
[ https://issues.apache.org/jira/browse/SUREFIRE-1675?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mohsen Hariri updated SUREFIRE-1675: Attachment: badshutdown.zip > Forked JVM terminates with 'halt' when another module's te

[jira] [Updated] (SUREFIRE-1675) Forked JVM terminates with 'halt' when another module's tests fail

2019-07-08 Thread Mohsen Hariri (JIRA)
[ https://issues.apache.org/jira/browse/SUREFIRE-1675?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mohsen Hariri updated SUREFIRE-1675: Description: Steps to reproduce: # Run the attached project with the following command:

[jira] [Created] (SUREFIRE-1675) Forked JVM terminates with 'halt' when another module's tests fail

2019-07-08 Thread Mohsen Hariri (JIRA)
Mohsen Hariri created SUREFIRE-1675: --- Summary: Forked JVM terminates with 'halt' when another module's tests fail Key: SUREFIRE-1675 URL: https://issues.apache.org/jira/browse/SUREFIRE-1675 Project:

[jira] [Commented] (MNG-6604) Intermittent failures while downloading GAVs from Nexus

2019-07-08 Thread Adam Gent (JIRA)
[ https://issues.apache.org/jira/browse/MNG-6604?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16880360#comment-16880360 ] Adam Gent commented on MNG-6604: [~michael-o] My late thoughts (was on vacation): You are

[GitHub] [maven] josephw commented on a change in pull request #264: [MNG-6535] Improve test coverage of UrlNormalizer.

2019-07-08 Thread GitBox
josephw commented on a change in pull request #264: [MNG-6535] Improve test coverage of UrlNormalizer. URL: https://github.com/apache/maven/pull/264#discussion_r301083798 ## File path: maven-model-builder/src/test/java/org/apache/maven/model/path/DefaultUrlNormalizerTest.java

[GitHub] [maven] josephw commented on issue #264: [MNG-6535] Improve test coverage of UrlNormalizer.

2019-07-08 Thread GitBox
josephw commented on issue #264: [MNG-6535] Improve test coverage of UrlNormalizer. URL: https://github.com/apache/maven/pull/264#issuecomment-509218531 > Looks better now. Since you have changed (fixed) the impl, we need to turn the issue into a bug. I've opened [MNG-6703](https://

[jira] [Commented] (MJAVADOC-608) Unable to run javadoc:aggregate on multi-module projects with one or more pom modules when using Java modules (jigsaw).

2019-07-08 Thread Jessica-Aileen Alten (JIRA)
[ https://issues.apache.org/jira/browse/MJAVADOC-608?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16880284#comment-16880284 ] Jessica-Aileen Alten commented on MJAVADOC-608: --- With maven-javadoc-plugi

[jira] [Created] (MNG-6703) DefaultUrlNormalizer doesn't normalize all relative URIs

2019-07-08 Thread Joseph Walton (JIRA)
Joseph Walton created MNG-6703: -- Summary: DefaultUrlNormalizer doesn't normalize all relative URIs Key: MNG-6703 URL: https://issues.apache.org/jira/browse/MNG-6703 Project: Maven Issue Type: Bu

[jira] [Created] (ARCHETYPE-570) Goal integration-test of maven-archetype-plugin fails "Archetype IT blueprint failed: Execution failure: exit code = 1"

2019-07-08 Thread Gennady Chmelev (JIRA)
Gennady Chmelev created ARCHETYPE-570: - Summary: Goal integration-test of maven-archetype-plugin fails "Archetype IT blueprint failed: Execution failure: exit code = 1" Key: ARCHETYPE-570 URL: https://issues.a

[GitHub] [maven] michael-o commented on a change in pull request #268: [MNG-6702] Improve DefaultModelValidator speed

2019-07-08 Thread GitBox
michael-o commented on a change in pull request #268: [MNG-6702] Improve DefaultModelValidator speed URL: https://github.com/apache/maven/pull/268#discussion_r301038777 ## File path: maven-model-builder/src/main/java/org/apache/maven/model/validation/DefaultModelValidator.java ##

[jira] [Updated] (MSITE-846) Maven Failsafe Plugin version range causes tests failures

2019-07-08 Thread Michael Osipov (JIRA)
[ https://issues.apache.org/jira/browse/MSITE-846?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated MSITE-846: - Summary: Maven Failsafe Plugin version range causes tests failures (was: Failsafe plugin version

[jira] [Updated] (MSITE-846) Maven Failsafe Plugin version range causes tests failures

2019-07-08 Thread Michael Osipov (JIRA)
[ https://issues.apache.org/jira/browse/MSITE-846?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated MSITE-846: - Fix Version/s: 3.8.2 > Maven Failsafe Plugin version range causes tests failures > ---

[jira] [Assigned] (MSITE-846) Failsafe plugin version range causes tests failures

2019-07-08 Thread Michael Osipov (JIRA)
[ https://issues.apache.org/jira/browse/MSITE-846?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov reassigned MSITE-846: Assignee: Michael Osipov > Failsafe plugin version range causes tests failures > --

[jira] [Commented] (MNG-6694) generated maven-metadata.xml gives wrong snapshot version

2019-07-08 Thread Michael Osipov (JIRA)
[ https://issues.apache.org/jira/browse/MNG-6694?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16880177#comment-16880177 ] Michael Osipov commented on MNG-6694: - You should always specify plugin version. Can yo

[jira] [Comment Edited] (MJAVADOC-608) Unable to run javadoc:aggregate on multi-module projects with one or more pom modules when using Java modules (jigsaw).

2019-07-08 Thread Jessica-Aileen Alten (JIRA)
[ https://issues.apache.org/jira/browse/MJAVADOC-608?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16862221#comment-16862221 ] Jessica-Aileen Alten edited comment on MJAVADOC-608 at 7/8/19 10:12 AM: -

[jira] [Comment Edited] (MNG-6694) generated maven-metadata.xml gives wrong snapshot version

2019-07-08 Thread Rik Schaaf (JIRA)
[ https://issues.apache.org/jira/browse/MNG-6694?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16880117#comment-16880117 ] Rik Schaaf edited comment on MNG-6694 at 7/8/19 8:31 AM: - That is a

[jira] [Commented] (MNG-6694) generated maven-metadata.xml gives wrong snapshot version

2019-07-08 Thread Rik Schaaf (JIRA)
[ https://issues.apache.org/jira/browse/MNG-6694?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16880117#comment-16880117 ] Rik Schaaf commented on MNG-6694: - That is a google analytics opt-out I think. > generated