[GitHub] [maven] maoshuai opened a new pull request #238: using safer shell arguments

2019-03-24 Thread GitBox
maoshuai opened a new pull request #238: using safer shell arguments URL: https://github.com/apache/maven/pull/238 It is safer to use "$@". Following this checklist to help us incorporate your contribution quickly and easily: - [ ] Make sure there is a [JIRA issue](https:

[GitHub] [maven] michael-o commented on issue #238: using safer shell arguments

2019-03-24 Thread GitBox
michael-o commented on issue #238: using safer shell arguments URL: https://github.com/apache/maven/pull/238#issuecomment-475939756 Safer in terms of what? This is an automated message from the Apache Git Service. To respond t

[jira] [Commented] (MNG-6522) Prepare Maven's Core Integration Test Suite to test with Java 12 and 13-ea

2019-03-24 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/MNG-6522?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16799950#comment-16799950 ] Hudson commented on MNG-6522: - Build succeeded in Jenkins: Maven TLP » maven » runITsWithJavaEA

[jira] [Commented] (MNG-6572) use int or long instead of BigIntegers for little numbers in ComparableVersion

2019-03-24 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/MNG-6572?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16799948#comment-16799948 ] Hudson commented on MNG-6572: - Build succeeded in Jenkins: Maven TLP » maven » runITsWithJavaEA

[GitHub] [maven-resolver] michael-o commented on issue #10: [MRESOLVER-7] Download dependency POMs in parallel v2

2019-03-24 Thread GitBox
michael-o commented on issue #10: [MRESOLVER-7] Download dependency POMs in parallel v2 URL: https://github.com/apache/maven-resolver/pull/10#issuecomment-475939824 @hwellmann, why is #30 necessary for this PR? This is an aut

[jira] [Commented] (MNG-6613) Mirror matching ignores closest/nearest definition

2019-03-24 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/MNG-6613?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16799951#comment-16799951 ] Hudson commented on MNG-6613: - Build succeeded in Jenkins: Maven TLP » maven » runITsWithJavaEA

[jira] [Commented] (MNG-6538) Upgrade Maven Artifact Resolver to 1.3.3 to restore API

2019-03-24 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/MNG-6538?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16799949#comment-16799949 ] Hudson commented on MNG-6538: - Build succeeded in Jenkins: Maven TLP » maven » runITsWithJavaEA

[GitHub] [maven] maoshuai commented on issue #238: using safer shell arguments

2019-03-24 Thread GitBox
maoshuai commented on issue #238: using safer shell arguments URL: https://github.com/apache/maven/pull/238#issuecomment-475942541 > Safer in terms of what? Say if I pass an parameter with space `deploySite.sh "foo bar"`, which is ONE parameter. But from the POV of `$@`, it will be i

[jira] [Commented] (MNG-6600) add input location tracking for default lifecycle bindings executions

2019-03-24 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/MNG-6600?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16799971#comment-16799971 ] Hudson commented on MNG-6600: - Build succeeded in Jenkins: Maven TLP » maven » MNG-6538 #2 See

[jira] [Commented] (MNG-6597) add input location tracking for plugins configuration

2019-03-24 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/MNG-6597?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16799972#comment-16799972 ] Hudson commented on MNG-6597: - Build succeeded in Jenkins: Maven TLP » maven » MNG-6538 #2 See

[jira] [Commented] (MNG-6572) use int or long instead of BigIntegers for little numbers in ComparableVersion

2019-03-24 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/MNG-6572?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16799974#comment-16799974 ] Hudson commented on MNG-6572: - Build succeeded in Jenkins: Maven TLP » maven » MNG-6538 #2 See

[jira] [Commented] (MNG-6601) add input location tracking for site's reportPlugins injected by reports conversion

2019-03-24 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/MNG-6601?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16799973#comment-16799973 ] Hudson commented on MNG-6601: - Build succeeded in Jenkins: Maven TLP » maven » MNG-6538 #2 See

[jira] [Commented] (MNG-6538) Upgrade Maven Artifact Resolver to 1.3.3 to restore API

2019-03-24 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/MNG-6538?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16799975#comment-16799975 ] Hudson commented on MNG-6538: - Build succeeded in Jenkins: Maven TLP » maven » MNG-6538 #2 See

[jira] [Commented] (MNG-6599) unknown version in model id when version is defined from parent

2019-03-24 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/MNG-6599?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16799970#comment-16799970 ] Hudson commented on MNG-6599: - Build succeeded in Jenkins: Maven TLP » maven » MNG-6538 #2 See

[GitHub] [maven-resolver] hwellmann commented on issue #10: [MRESOLVER-7] Download dependency POMs in parallel v2

2019-03-24 Thread GitBox
hwellmann commented on issue #10: [MRESOLVER-7] Download dependency POMs in parallel v2 URL: https://github.com/apache/maven-resolver/pull/10#issuecomment-475948564 It fixes the failing test org.apache.maven.project.inheritance.t06.ProjectInheritanceTest observed by @slachiewicz in Octobe

[GitHub] [maven-scm-publish-plugin] olamy commented on issue #5: [MSCMPUB-41] Add the ability to deploy into SCM sub-directory

2019-03-24 Thread GitBox
olamy commented on issue #5: [MSCMPUB-41] Add the ability to deploy into SCM sub-directory URL: https://github.com/apache/maven-scm-publish-plugin/pull/5#issuecomment-475948708 @hboutemy ? This is an automated message from t

[jira] [Commented] (MNG-6506) Mojos are unable to load package annotations on Java >= 9

2019-03-24 Thread Andreas Veithen (JIRA)
[ https://issues.apache.org/jira/browse/MNG-6506?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=1688#comment-1688 ] Andreas Veithen commented on MNG-6506: -- I'll give it a try. > Mojos are unable to loa

[jira] [Commented] (MNG-6538) Upgrade Maven Artifact Resolver to 1.3.3 to restore API

2019-03-24 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/MNG-6538?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16800038#comment-16800038 ] Hudson commented on MNG-6538: - Build succeeded in Jenkins: Maven TLP » maven » MNG-6538 #3 See

[GitHub] [maven-integration-testing] veithen opened a new pull request #43: Add regression test for MNG-6506

2019-03-24 Thread GitBox
veithen opened a new pull request #43: Add regression test for MNG-6506 URL: https://github.com/apache/maven-integration-testing/pull/43 This is an automated message from the Apache Git Service. To respond to the message, ple

[jira] [Commented] (MNG-6506) Mojos are unable to load package annotations on Java >= 9

2019-03-24 Thread Andreas Veithen (JIRA)
[ https://issues.apache.org/jira/browse/MNG-6506?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16800053#comment-16800053 ] Andreas Veithen commented on MNG-6506: -- Done: https://github.com/apache/maven-integrat

[GitHub] [maven-integration-testing] eolivelli commented on a change in pull request #43: Add regression test for MNG-6506

2019-03-24 Thread GitBox
eolivelli commented on a change in pull request #43: Add regression test for MNG-6506 URL: https://github.com/apache/maven-integration-testing/pull/43#discussion_r268446307 ## File path: core-it-suite/src/test/java/org/apache/maven/it/MavenITmng6506PackageAnnotationTest.java

[jira] [Created] (SUREFIRE-1653) Maven sure fire report skip count issue

2019-03-24 Thread atul hake (JIRA)
atul hake created SUREFIRE-1653: --- Summary: Maven sure fire report skip count issue Key: SUREFIRE-1653 URL: https://issues.apache.org/jira/browse/SUREFIRE-1653 Project: Maven Surefire Issue Type

[jira] [Closed] (MNG-6538) Upgrade Maven Artifact Resolver to 1.3.3 to restore API

2019-03-24 Thread Karl Heinz Marbaise (JIRA)
[ https://issues.apache.org/jira/browse/MNG-6538?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Heinz Marbaise closed MNG-6538. Resolution: Done > Upgrade Maven Artifact Resolver to 1.3.3 to restore API >

[jira] [Commented] (MNG-6538) Upgrade Maven Artifact Resolver to 1.3.3 to restore API

2019-03-24 Thread Karl Heinz Marbaise (JIRA)
[ https://issues.apache.org/jira/browse/MNG-6538?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16800179#comment-16800179 ] Karl Heinz Marbaise commented on MNG-6538: -- Done in [0be26449fb96774be126a6ad245d

[GitHub] [maven-integration-testing] veithen commented on a change in pull request #43: Add regression test for MNG-6506

2019-03-24 Thread GitBox
veithen commented on a change in pull request #43: Add regression test for MNG-6506 URL: https://github.com/apache/maven-integration-testing/pull/43#discussion_r268455622 ## File path: core-it-suite/src/test/java/org/apache/maven/it/MavenITmng6506PackageAnnotationTest.java ##

[jira] [Commented] (SUREFIRE-1587) Forked execution prevents correct ServerSocket closing

2019-03-24 Thread Tibor Digana (JIRA)
[ https://issues.apache.org/jira/browse/SUREFIRE-1587?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16800194#comment-16800194 ] Tibor Digana commented on SUREFIRE-1587: [~languitar] How did you resolve this

[jira] [Comment Edited] (SUREFIRE-1587) Forked execution prevents correct ServerSocket closing

2019-03-24 Thread Tibor Digana (JIRA)
[ https://issues.apache.org/jira/browse/SUREFIRE-1587?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16800194#comment-16800194 ] Tibor Digana edited comment on SUREFIRE-1587 at 3/24/19 11:02 PM: --

[jira] [Created] (SUREFIRE-1654) Remove deprecated parameter 'forkMode' and use only 'forkCount'

2019-03-24 Thread Tibor Digana (JIRA)
Tibor Digana created SUREFIRE-1654: -- Summary: Remove deprecated parameter 'forkMode' and use only 'forkCount' Key: SUREFIRE-1654 URL: https://issues.apache.org/jira/browse/SUREFIRE-1654 Project: Mave

[jira] [Commented] (MNG-6538) Upgrade Maven Artifact Resolver to 1.3.3 to restore API

2019-03-24 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/MNG-6538?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16800211#comment-16800211 ] Hudson commented on MNG-6538: - Build succeeded in Jenkins: Maven TLP » maven » master #184 See