[jira] [Closed] (MSHARED-855) Support calling maven wrapper

2020-03-27 Thread Robert Scholte (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-855?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Scholte closed MSHARED-855. -- Resolution: Fixed Fixed in [9df83776241c1d07e902829e15c0b52e2e778551|https://gitbox.apache.or

[jira] [Commented] (MSHARED-855) Support calling maven wrapper

2020-03-27 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-855?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17069053#comment-17069053 ] Hudson commented on MSHARED-855: Build succeeded in Jenkins: Maven TLP » maven-verifier

[jira] [Commented] (MSHARED-869) Reduce duplication in DefaultDependencyCollector-s

2020-03-27 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-869?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17069050#comment-17069050 ] Hudson commented on MSHARED-869: Build succeeded in Jenkins: Maven TLP » maven-artifact-

[jira] [Comment Edited] (MSHARED-442) Remove shading of artifact instead of using simple jar

2020-03-27 Thread Herve Boutemy (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-442?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14942741#comment-14942741 ] Herve Boutemy edited comment on MSHARED-442 at 3/27/20, 6:32 PM: -

[GitHub] [maven-shared-utils] hboutemy commented on issue #22: docs: we don't shade commons-io

2020-03-27 Thread GitBox
hboutemy commented on issue #22: docs: we don't shade commons-io URL: https://github.com/apache/maven-shared-utils/pull/22#issuecomment-605202955 you're right, it was changed for maven-shared-utils 3.0.0 https://issues.apache.org/jira/browse/MSHARED-442

[GitHub] [maven-invoker-plugin] slawekjaranowski opened a new pull request #19: [MINVOKER-262] GitHub Action confirm build on multiple jdk

2020-03-27 Thread GitBox
slawekjaranowski opened a new pull request #19: [MINVOKER-262] GitHub Action confirm build on multiple jdk URL: https://github.com/apache/maven-invoker-plugin/pull/19 This is an automated message from the Apache Git Service.

[jira] [Created] (MINVOKER-262) GitHub Action confirm build on multiple jdk

2020-03-27 Thread Slawomir Jaranowski (Jira)
Slawomir Jaranowski created MINVOKER-262: Summary: GitHub Action confirm build on multiple jdk Key: MINVOKER-262 URL: https://issues.apache.org/jira/browse/MINVOKER-262 Project: Maven Invoker P

[GitHub] [maven-shared-utils] elharo merged pull request #22: docs: we don't shade commons-io

2020-03-27 Thread GitBox
elharo merged pull request #22: docs: we don't shade commons-io URL: https://github.com/apache/maven-shared-utils/pull/22 This is an automated message from the Apache Git Service. To respond to the message, please log on to G

[jira] [Commented] (MSHARED-869) Reduce duplication in DefaultDependencyCollector-s

2020-03-27 Thread Karl Heinz Marbaise (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-869?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17068776#comment-17068776 ] Karl Heinz Marbaise commented on MSHARED-869: - Done in [641cee6a4cf505c8276

[jira] [Closed] (MSHARED-869) Reduce duplication in DefaultDependencyCollector-s

2020-03-27 Thread Karl Heinz Marbaise (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-869?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Heinz Marbaise closed MSHARED-869. --- Resolution: Done > Reduce duplication in DefaultDependencyCollector-s >

[jira] [Comment Edited] (SUREFIRE-1764) Upgrade Surefire 2.22.x to junit-platform-launcher 1.6.1

2020-03-27 Thread Tibor Digana (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-1764?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17068764#comment-17068764 ] Tibor Digana edited comment on SUREFIRE-1764 at 3/27/20, 2:24 PM: --

[jira] [Commented] (SUREFIRE-1764) Upgrade Surefire 2.22.x to junit-platform-launcher 1.6.1

2020-03-27 Thread Tibor Digana (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-1764?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17068764#comment-17068764 ] Tibor Digana commented on SUREFIRE-1764: Is the work done? I saw the commit th

[GitHub] [maven-surefire] Tibor17 commented on issue #274: SUREFIRE-1628 fix compatibility with maven 3.0.5

2020-03-27 Thread GitBox
Tibor17 commented on issue #274: SUREFIRE-1628 fix compatibility with maven 3.0.5 URL: https://github.com/apache/maven-surefire/pull/274#issuecomment-605027159 @rfscholte Do you expect any injection points in the class `LocationManager` (plexus-java)? In the future? Should it be

[GitHub] [maven-javadoc-plugin] elharo opened a new pull request #44: update misc apache dependencies

2020-03-27 Thread GitBox
elharo opened a new pull request #44: update misc apache dependencies URL: https://github.com/apache/maven-javadoc-plugin/pull/44 @michael-o This is an automated message from the Apache Git Service. To respond to the message,

[jira] [Assigned] (MSHARED-869) Reduce duplication in DefaultDependencyCollector-s

2020-03-27 Thread Karl Heinz Marbaise (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-869?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Heinz Marbaise reassigned MSHARED-869: --- Assignee: Karl Heinz Marbaise > Reduce duplication in DefaultDependencyColl

[GitHub] [maven-integration-testing] rfscholte commented on a change in pull request #54: [MNG-4660] Add integration test to show that --resume-from works

2020-03-27 Thread GitBox
rfscholte commented on a change in pull request #54: [MNG-4660] Add integration test to show that --resume-from works URL: https://github.com/apache/maven-integration-testing/pull/54#discussion_r399201617 ## File path: core-it-suite/src/test/java/org/apache/maven/it/IntegrationTes

[GitHub] [maven-javadoc-plugin] elharo merged pull request #43: update doxia

2020-03-27 Thread GitBox
elharo merged pull request #43: update doxia URL: https://github.com/apache/maven-javadoc-plugin/pull/43 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[jira] [Commented] (SUREFIRE-1764) Upgrade Surefire 2.22.x to junit-platform-launcher 1.6.1

2020-03-27 Thread Christian Stein (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-1764?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17068564#comment-17068564 ] Christian Stein commented on SUREFIRE-1764: --- Commit  [https://github.com/apa

[GitHub] [maven-integration-testing] mthmulders commented on a change in pull request #54: [MNG-4660] Add integration test to show that --resume-from works

2020-03-27 Thread GitBox
mthmulders commented on a change in pull request #54: [MNG-4660] Add integration test to show that --resume-from works URL: https://github.com/apache/maven-integration-testing/pull/54#discussion_r399169899 ## File path: core-it-suite/src/test/java/org/apache/maven/it/MavenITmng609

[GitHub] [maven-integration-testing] rfscholte commented on a change in pull request #54: [MNG-4660] Add integration test to show that --resume-from works

2020-03-27 Thread GitBox
rfscholte commented on a change in pull request #54: [MNG-4660] Add integration test to show that --resume-from works URL: https://github.com/apache/maven-integration-testing/pull/54#discussion_r399168211 ## File path: core-it-suite/src/test/java/org/apache/maven/it/MavenITmng6090

[jira] [Commented] (MCOMPILER-339) Skip --release flag if compilerVersion is lower than 1.9

2020-03-27 Thread Robert Scholte (Jira)
[ https://issues.apache.org/jira/browse/MCOMPILER-339?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17068524#comment-17068524 ] Robert Scholte commented on MCOMPILER-339: -- [~hazendaz] based on your story t

[GitHub] [maven-resolver-ant-tasks] lwr edited a comment on issue #2: [MRESOLVER-98] resolver ant task doesn't obey dependencyManagement

2020-03-27 Thread GitBox
lwr edited a comment on issue #2: [MRESOLVER-98] resolver ant task doesn't obey dependencyManagement URL: https://github.com/apache/maven-resolver-ant-tasks/pull/2#issuecomment-603686980 @snoopyhzy I had said that why I am here for, this project `maven-resolver-ant-tasks` is not workable.

[GitHub] [maven-resolver-ant-tasks] lwr edited a comment on issue #2: [MRESOLVER-98] resolver ant task doesn't obey dependencyManagement

2020-03-27 Thread GitBox
lwr edited a comment on issue #2: [MRESOLVER-98] resolver ant task doesn't obey dependencyManagement URL: https://github.com/apache/maven-resolver-ant-tasks/pull/2#issuecomment-603686980 @snoopyhzy I had said that why I am here for, this project `maven-resolver-ant-tasks` is not workable.

[GitHub] [maven-integration-testing] mthmulders commented on a change in pull request #54: [MNG-4660] Add integration test to show that --resume-from works

2020-03-27 Thread GitBox
mthmulders commented on a change in pull request #54: [MNG-4660] Add integration test to show that --resume-from works URL: https://github.com/apache/maven-integration-testing/pull/54#discussion_r399156051 ## File path: core-it-suite/src/test/java/org/apache/maven/it/MavenITmng609

[GitHub] [maven-integration-testing] mthmulders commented on a change in pull request #54: [MNG-4660] Add integration test to show that --resume-from works

2020-03-27 Thread GitBox
mthmulders commented on a change in pull request #54: [MNG-4660] Add integration test to show that --resume-from works URL: https://github.com/apache/maven-integration-testing/pull/54#discussion_r399155368 ## File path: core-it-suite/src/test/java/org/apache/maven/it/MavenITmng466

[GitHub] [maven-integration-testing] mthmulders commented on a change in pull request #54: [MNG-4660] Add integration test to show that --resume-from works

2020-03-27 Thread GitBox
mthmulders commented on a change in pull request #54: [MNG-4660] Add integration test to show that --resume-from works URL: https://github.com/apache/maven-integration-testing/pull/54#discussion_r399154201 ## File path: core-it-suite/src/test/java/org/apache/maven/it/MavenITmng466

[GitHub] [maven-integration-testing] rfscholte commented on a change in pull request #54: [MNG-4660] Add integration test to show that --resume-from works

2020-03-27 Thread GitBox
rfscholte commented on a change in pull request #54: [MNG-4660] Add integration test to show that --resume-from works URL: https://github.com/apache/maven-integration-testing/pull/54#discussion_r399154213 ## File path: core-it-suite/src/test/java/org/apache/maven/it/MavenITmng6090

[GitHub] [maven-integration-testing] mthmulders commented on a change in pull request #54: [MNG-4660] Add integration test to show that --resume-from works

2020-03-27 Thread GitBox
mthmulders commented on a change in pull request #54: [MNG-4660] Add integration test to show that --resume-from works URL: https://github.com/apache/maven-integration-testing/pull/54#discussion_r399154143 ## File path: core-it-suite/src/test/java/org/apache/maven/it/MavenITmng466

[GitHub] [maven-integration-testing] rfscholte commented on a change in pull request #54: [MNG-4660] Add integration test to show that --resume-from works

2020-03-27 Thread GitBox
rfscholte commented on a change in pull request #54: [MNG-4660] Add integration test to show that --resume-from works URL: https://github.com/apache/maven-integration-testing/pull/54#discussion_r399151680 ## File path: core-it-suite/src/test/java/org/apache/maven/it/MavenITmng4660

[GitHub] [maven-integration-testing] rfscholte commented on a change in pull request #54: [MNG-4660] Add integration test to show that --resume-from works

2020-03-27 Thread GitBox
rfscholte commented on a change in pull request #54: [MNG-4660] Add integration test to show that --resume-from works URL: https://github.com/apache/maven-integration-testing/pull/54#discussion_r399149432 ## File path: core-it-suite/src/test/java/org/apache/maven/it/MavenITmng4660

[GitHub] [maven-integration-testing] rfscholte commented on a change in pull request #54: [MNG-4660] Add integration test to show that --resume-from works

2020-03-27 Thread GitBox
rfscholte commented on a change in pull request #54: [MNG-4660] Add integration test to show that --resume-from works URL: https://github.com/apache/maven-integration-testing/pull/54#discussion_r399149558 ## File path: core-it-suite/src/test/java/org/apache/maven/it/MavenITmng4660

[jira] [Created] (MSHARED-869) Reduce duplication in DefaultDependencyCollector-s

2020-03-27 Thread Piotr Zygielo (Jira)
Piotr Zygielo created MSHARED-869: - Summary: Reduce duplication in DefaultDependencyCollector-s Key: MSHARED-869 URL: https://issues.apache.org/jira/browse/MSHARED-869 Project: Maven Shared Components