[jira] [Commented] (MSHADE-124) Need better plan for getting dependency-reduced-pom.xml out of basedir

2022-04-04 Thread James Z.M. Gao (Jira)
[ https://issues.apache.org/jira/browse/MSHADE-124?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17517234#comment-17517234 ] James Z.M. Gao commented on MSHADE-124: --- as comment in MSHAD-160 said, we can leave the basedir

[GitHub] [maven-shade-plugin] gzm55 opened a new pull request, #128: [MSHADE-124] keep original basedir after set d-r-p location to build dir

2022-04-04 Thread GitBox
gzm55 opened a new pull request, #128: URL: https://github.com/apache/maven-shade-plugin/pull/128 From maven 3.2.5, the pom and basedir are seperated (https://github.com/apache/maven/commit/c15226f13f6d071d1e926880139d350cc4546b6f), and add new api `MavenProject::setPomFile()` to only

[GitHub] [maven-plugin-testing] dependabot[bot] opened a new pull request, #20: Bump commons-io from 2.6 to 2.7 in /maven-plugin-testing-harness

2022-04-04 Thread GitBox
dependabot[bot] opened a new pull request, #20: URL: https://github.com/apache/maven-plugin-testing/pull/20 Bumps commons-io from 2.6 to 2.7. [![Dependabot compatibility

[GitHub] [maven-doap-plugin] dependabot[bot] opened a new pull request, #1: Bump jena-core from 2.11.2 to 4.2.0

2022-04-04 Thread GitBox
dependabot[bot] opened a new pull request, #1: URL: https://github.com/apache/maven-doap-plugin/pull/1 Bumps jena-core from 2.11.2 to 4.2.0. [![Dependabot compatibility

[GitHub] [maven-jdeps-plugin] dependabot[bot] opened a new pull request, #5: Bump junit from 4.11 to 4.13.1

2022-04-04 Thread GitBox
dependabot[bot] opened a new pull request, #5: URL: https://github.com/apache/maven-jdeps-plugin/pull/5 Bumps [junit](https://github.com/junit-team/junit4) from 4.11 to 4.13.1. Release notes Sourced from https://github.com/junit-team/junit4/releases;>junit's releases. JUnit

[GitHub] [maven-indexer] dependabot[bot] commented on pull request #189: Bump version.spring from 5.3.15 to 5.3.17

2022-04-04 Thread GitBox
dependabot[bot] commented on PR #189: URL: https://github.com/apache/maven-indexer/pull/189#issuecomment-1088261087 Superseded by #191. -- 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 to the

[GitHub] [maven-indexer] dependabot[bot] closed pull request #189: Bump version.spring from 5.3.15 to 5.3.17

2022-04-04 Thread GitBox
dependabot[bot] closed pull request #189: Bump version.spring from 5.3.15 to 5.3.17 URL: https://github.com/apache/maven-indexer/pull/189 -- 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 to the

[GitHub] [maven-indexer] dependabot[bot] opened a new pull request, #191: Bump version.spring from 5.3.15 to 5.3.18

2022-04-04 Thread GitBox
dependabot[bot] opened a new pull request, #191: URL: https://github.com/apache/maven-indexer/pull/191 Bumps `version.spring` from 5.3.15 to 5.3.18. Updates `spring-beans` from 5.3.15 to 5.3.18 Release notes Sourced from

[GitHub] [maven-resources-plugin] dependabot[bot] opened a new pull request, #18: Bump commons-io from 1.4 to 2.7 in /src/it/user-filters

2022-04-04 Thread GitBox
dependabot[bot] opened a new pull request, #18: URL: https://github.com/apache/maven-resources-plugin/pull/18 Bumps commons-io from 1.4 to 2.7. [![Dependabot compatibility

[jira] [Commented] (MJAVADOC-709) JDK 17 support

2022-04-04 Thread Gili (Jira)
[ https://issues.apache.org/jira/browse/MJAVADOC-709?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17517164#comment-17517164 ] Gili commented on MJAVADOC-709: --- Related to

[jira] [Created] (MJAVADOC-709) JDK 17 support

2022-04-04 Thread Gili (Jira)
Gili created MJAVADOC-709: - Summary: JDK 17 support Key: MJAVADOC-709 URL: https://issues.apache.org/jira/browse/MJAVADOC-709 Project: Maven Javadoc Plugin Issue Type: Bug Components: jar

[GitHub] [maven-surefire] Tibor17 commented on pull request #506: SUREFIRE-2056 BufferOverflowException when encoding message with null testId

2022-04-04 Thread GitBox
Tibor17 commented on PR #506: URL: https://github.com/apache/maven-surefire/pull/506#issuecomment-1088109075 @yrodiere It would not be a problem to modify the [existing

[GitHub] [maven-surefire] olamy opened a new pull request, #508: [SUREFIRE-2057] jpms requires static must be included

2022-04-04 Thread GitBox
olamy opened a new pull request, #508: URL: https://github.com/apache/maven-surefire/pull/508 Signed-off-by: Olivier Lamy Following this checklist to help us incorporate your contribution quickly and easily: - [ ] Make sure there is a [JIRA

[jira] [Created] (SUREFIRE-2057) JPMS Regression: requires static module not include anymore

2022-04-04 Thread Olivier Lamy (Jira)
Olivier Lamy created SUREFIRE-2057: -- Summary: JPMS Regression: requires static module not include anymore Key: SUREFIRE-2057 URL: https://issues.apache.org/jira/browse/SUREFIRE-2057 Project: Maven

[jira] [Updated] (SUREFIRE-2056) BufferOverflowException when encoding message with null testId

2022-04-04 Thread Tibor Digana (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-2056?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tibor Digana updated SUREFIRE-2056: --- Fix Version/s: 3.0.0-M7 > BufferOverflowException when encoding message with null testId

[GitHub] [maven-surefire] Tibor17 commented on a diff in pull request #507: [SUREFIRE-2044] Upgrade Maven Verifier to 1.8.0

2022-04-04 Thread GitBox
Tibor17 commented on code in PR #507: URL: https://github.com/apache/maven-surefire/pull/507#discussion_r842182337 ## surefire-its/src/test/java/org/apache/maven/surefire/its/fixture/MavenLauncher.java: ## @@ -186,9 +186,9 @@ public MavenLauncher addEnvVar( String key, String

[GitHub] [maven-mvnd] aalmiray commented on pull request #574: Refactor build and release workflows

2022-04-04 Thread GitBox
aalmiray commented on PR #574: URL: https://github.com/apache/maven-mvnd/pull/574#issuecomment-1088026094 @ppalaga @gnodet I've refreshed this PR with latest changes from `master`. Do you have some time to review the proposed changes? -- This is an automated message from the

[jira] [Commented] (SUREFIRE-2056) BufferOverflowException when encoding message with null testId

2022-04-04 Thread Falko Modler (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-2056?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17517125#comment-17517125 ] Falko Modler commented on SUREFIRE-2056: I seem to be hitting the same problem in Quarkus CI

[GitHub] [maven-surefire] slawekjaranowski opened a new pull request, #507: [SUREFIRE-2044] Upgrade Maven Verifier to 1.8.0

2022-04-04 Thread GitBox
slawekjaranowski opened a new pull request, #507: URL: https://github.com/apache/maven-surefire/pull/507 Following this checklist to help us incorporate your contribution quickly and easily: - [x] Make sure there is a [JIRA issue](https://issues.apache.org/jira/browse/SUREFIRE)

[jira] [Assigned] (SUREFIRE-2044) Upgrade Maven Verifier to 1.8.0

2022-04-04 Thread Slawomir Jaranowski (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-2044?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Slawomir Jaranowski reassigned SUREFIRE-2044: - Assignee: Slawomir Jaranowski > Upgrade Maven Verifier to 1.8.0 >

[GitHub] [maven-resolver] michael-o commented on a diff in pull request #161: [MRESOLVER-248] Make BF and DF collectors coexists

2022-04-04 Thread GitBox
michael-o commented on code in PR #161: URL: https://github.com/apache/maven-resolver/pull/161#discussion_r842058117 ## maven-resolver-impl/src/main/java/org/eclipse/aether/impl/guice/AetherModule.java: ## @@ -212,6 +221,19 @@ protected void configure() } +

[jira] [Commented] (MNG-828) log all mojo parameters and their populated values in debug mode

2022-04-04 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MNG-828?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17517050#comment-17517050 ] Hudson commented on MNG-828: Build succeeded in Jenkins: Maven » Maven TLP » maven » PR-702 #3 See

[GitHub] [maven-resolver] cstamas commented on pull request #161: [MRESOLVER-248] Make BF and DF collectors coexists

2022-04-04 Thread GitBox
cstamas commented on PR #161: URL: https://github.com/apache/maven-resolver/pull/161#issuecomment-1087902959 I think I collapsed/deduped mostly what was obvious... -- 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] (MNG-828) log all mojo parameters and their populated values in debug mode

2022-04-04 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MNG-828?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17517037#comment-17517037 ] Hudson commented on MNG-828: Build succeeded in Jenkins: Maven » Maven TLP » maven » PR-705 #2 See

[jira] [Created] (MEAR-308) Facing issues with "deleting outdated resource"

2022-04-04 Thread Rich M (Jira)
Rich M created MEAR-308: --- Summary: Facing issues with "deleting outdated resource" Key: MEAR-308 URL: https://issues.apache.org/jira/browse/MEAR-308 Project: Maven EAR Plugin Issue Type: Bug

[GitHub] [maven-integration-testing] slawekjaranowski commented on pull request #144: Fix [MNG-828]

2022-04-04 Thread GitBox
slawekjaranowski commented on PR #144: URL: https://github.com/apache/maven-integration-testing/pull/144#issuecomment-1087860514 thx -- 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 to the specific

[GitHub] [maven-integration-testing] slawekjaranowski merged pull request #144: Fix [MNG-828]

2022-04-04 Thread GitBox
slawekjaranowski merged PR #144: URL: https://github.com/apache/maven-integration-testing/pull/144 -- 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 to the specific comment. To unsubscribe, e-mail:

[jira] [Created] (MCLEAN-101) Wrong Jenkins URL

2022-04-04 Thread Karl Heinz Marbaise (Jira)
Karl Heinz Marbaise created MCLEAN-101: -- Summary: Wrong Jenkins URL Key: MCLEAN-101 URL: https://issues.apache.org/jira/browse/MCLEAN-101 Project: Maven Clean Plugin Issue Type: Bug

[jira] [Created] (MCLEAN-100) Generated TagList Report is empty

2022-04-04 Thread Karl Heinz Marbaise (Jira)
Karl Heinz Marbaise created MCLEAN-100: -- Summary: Generated TagList Report is empty Key: MCLEAN-100 URL: https://issues.apache.org/jira/browse/MCLEAN-100 Project: Maven Clean Plugin

[jira] [Created] (MCLEAN-99) Generated wrong PMD Page

2022-04-04 Thread Karl Heinz Marbaise (Jira)
Karl Heinz Marbaise created MCLEAN-99: - Summary: Generated wrong PMD Page Key: MCLEAN-99 URL: https://issues.apache.org/jira/browse/MCLEAN-99 Project: Maven Clean Plugin Issue Type: Bug

[jira] [Commented] (SUREFIRE-2035) Main artifact jar not present on test class path for tests

2022-04-04 Thread Christopher Tubbs (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-2035?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17516960#comment-17516960 ] Christopher Tubbs commented on SUREFIRE-2035: - All project tests pass with M6. I've

[jira] [Updated] (SUREFIRE-2035) Main artifact jar not present on test class path for tests

2022-04-04 Thread Christopher Tubbs (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-2035?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christopher Tubbs updated SUREFIRE-2035: Attachment: surefire-2035-example-main.zip > Main artifact jar not present on

[jira] [Commented] (SUREFIRE-2035) Main artifact jar not present on test class path for tests

2022-04-04 Thread Christopher Tubbs (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-2035?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17516946#comment-17516946 ] Christopher Tubbs commented on SUREFIRE-2035: - I'm still re-running some of our project

[jira] [Commented] (SUREFIRE-2035) Main artifact jar not present on test class path for tests

2022-04-04 Thread Slawomir Jaranowski (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-2035?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17516939#comment-17516939 ] Slawomir Jaranowski commented on SUREFIRE-2035: --- So please try with your production

[GitHub] [maven-surefire] slawekjaranowski commented on pull request #505: [SUREFIRE-2055] Always show random seed

2022-04-04 Thread GitBox
slawekjaranowski commented on PR #505: URL: https://github.com/apache/maven-surefire/pull/505#issuecomment-1087751837 There is IT test: [RunOrderIT](https://github.com/apache/maven-surefire/blob/master/surefire-its/src/test/java/org/apache/maven/surefire/its/RunOrderIT.java) Maybe

[GitHub] [maven-resolver] cstamas commented on pull request #160: [MRESOLVER-248] DependencyCollector: let DF vs BF implementations coexists

2022-04-04 Thread GitBox
cstamas commented on PR #160: URL: https://github.com/apache/maven-resolver/pull/160#issuecomment-1087744421 Superseded by https://github.com/apache/maven-resolver/pull/161 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [maven-resolver] cstamas closed pull request #160: [MRESOLVER-248] DependencyCollector: let DF vs BF implementations coexists

2022-04-04 Thread GitBox
cstamas closed pull request #160: [MRESOLVER-248] DependencyCollector: let DF vs BF implementations coexists URL: https://github.com/apache/maven-resolver/pull/160 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [maven-resolver] cstamas commented on pull request #161: [MRESOLVER-248] Make BF and DF collectors coexists

2022-04-04 Thread GitBox
cstamas commented on PR #161: URL: https://github.com/apache/maven-resolver/pull/161#issuecomment-1087715982 @caiwei-ebay ping -- 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 to the specific

[GitHub] [maven-resolver] cstamas opened a new pull request, #161: [MRESOLVER-248] Make BF and DF collectors coexists

2022-04-04 Thread GitBox
cstamas opened a new pull request, #161: URL: https://github.com/apache/maven-resolver/pull/161 Revive replaced DF collector, and make them coexists. Default one is "old" DF, while new BF may be activated on demand (based on session config). ---

[jira] [Assigned] (MRESOLVER-248) Make DF and BF collector implementations coexists

2022-04-04 Thread Jira
[ https://issues.apache.org/jira/browse/MRESOLVER-248?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamás Cservenák reassigned MRESOLVER-248: - Assignee: Tamás Cservenák > Make DF and BF collector implementations

[jira] [Updated] (MRESOLVER-248) Make DF and BF collector implementations coexists

2022-04-04 Thread Jira
[ https://issues.apache.org/jira/browse/MRESOLVER-248?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamás Cservenák updated MRESOLVER-248: -- Fix Version/s: 1.8.0 > Make DF and BF collector implementations coexists >

[jira] [Commented] (SUREFIRE-2035) Main artifact jar not present on test class path for tests

2022-04-04 Thread Christopher Tubbs (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-2035?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17516865#comment-17516865 ] Christopher Tubbs commented on SUREFIRE-2035: - Well then, M6 works fine, at least with my

[GitHub] [maven] laeubi commented on pull request #695: [MNG-7432] Dependencies from profile not picked up via -P

2022-04-04 Thread GitBox
laeubi commented on PR #695: URL: https://github.com/apache/maven/pull/695#issuecomment-1087632670 @cstamas I have now fetched your test as well into this PR. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[jira] [Commented] (SUREFIRE-2035) Main artifact jar not present on test class path for tests

2022-04-04 Thread Slawomir Jaranowski (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-2035?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17516853#comment-17516853 ] Slawomir Jaranowski commented on SUREFIRE-2035: --- Please try: {{3.0.0-M6}} - released

[jira] [Commented] (SUREFIRE-2035) Main artifact jar not present on test class path for tests

2022-04-04 Thread Christopher Tubbs (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-2035?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17516841#comment-17516841 ] Christopher Tubbs commented on SUREFIRE-2035: - I've created a very minimal example that

[GitHub] [maven] laeubi commented on pull request #706: [MNG-7432] Proposed UT for maven-3.9.x and 3.8.x

2022-04-04 Thread GitBox
laeubi commented on PR #706: URL: https://github.com/apache/maven/pull/706#issuecomment-1087462382 All right I'll try that! Thanks for the Test it looks quite straight forward but I'm not sure I would have been able to come up with such one :-) -- This is an automated message from the

[GitHub] [maven] cstamas commented on pull request #706: [MNG-7432] Proposed UT for maven-3.9.x and 3.8.x

2022-04-04 Thread GitBox
cstamas commented on PR #706: URL: https://github.com/apache/maven/pull/706#issuecomment-1087450988 Yes please, just lift it. Am currently a bit overwhelmed with $other work, otherwise would help with all of this. No need to retain author or anything (is few liner), just lift it/squash all

[GitHub] [maven-mvnd] orpiske commented on issue #337: Add Apple M1 build.

2022-04-04 Thread GitBox
orpiske commented on issue #337: URL: https://github.com/apache/maven-mvnd/issues/337#issuecomment-1087450339 I know support is not official yet, but sharing my experience in the hope it will eventually be useful for when there is an official release. One thing I noticed is that the

[GitHub] [maven] kwin commented on pull request #706: [MNG-7432] Proposed UT for maven-3.9.x and 3.8.x

2022-04-04 Thread GitBox
kwin commented on PR #706: URL: https://github.com/apache/maven/pull/706#issuecomment-1087441097 Just take over the UT to your branch and then this PR can be closed. That makes it easier to commit to 3.9/3.8.x. -- This is an automated message from the Apache Git Service. To respond to

[GitHub] [maven-surefire] yrodiere opened a new pull request, #506: SUREFIRE-2056 BufferOverflowException when encoding message with null testId

2022-04-04 Thread GitBox
yrodiere opened a new pull request, #506: URL: https://github.com/apache/maven-surefire/pull/506 See https://issues.apache.org/jira/browse/SUREFIRE-2056 for an analysis of the problem. This brings the buffer size back in line with what `encodeHeader` actually does, thereby avoiding

[jira] [Updated] (SUREFIRE-2056) BufferOverflowException when encoding message with null testId

2022-04-04 Thread Jira
[ https://issues.apache.org/jira/browse/SUREFIRE-2056?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yoann Rodière updated SUREFIRE-2056: Summary: BufferOverflowException when encoding message with null testId (was:

[jira] [Created] (SUREFIRE-2056) BufferOverflowException when logging message with null testId

2022-04-04 Thread Jira
Yoann Rodière created SUREFIRE-2056: --- Summary: BufferOverflowException when logging message with null testId Key: SUREFIRE-2056 URL: https://issues.apache.org/jira/browse/SUREFIRE-2056 Project:

[jira] [Closed] (SUREFIRE-2053) .mvn/jvm.config not passed to surefire (--add-opens)

2022-04-04 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-2053?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov closed SUREFIRE-2053. Resolution: Information Provided > .mvn/jvm.config not passed to surefire (--add-opens)

[jira] [Commented] (SUREFIRE-2053) .mvn/jvm.config not passed to surefire (--add-opens)

2022-04-04 Thread Marc Schlegel (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-2053?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17516719#comment-17516719 ] Marc Schlegel commented on SUREFIRE-2053: - Feel free to close then (I cant). >

[jira] [Commented] (SUREFIRE-2053) .mvn/jvm.config not passed to surefire (--add-opens)

2022-04-04 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-2053?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17516713#comment-17516713 ] Michael Osipov commented on SUREFIRE-2053: -- Feel free to raise a PR, but I think we should

[jira] [Commented] (SUREFIRE-2029) Parallel execution but surefire.forkNumber is the same

2022-04-04 Thread Falko Modler (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-2029?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17516705#comment-17516705 ] Falko Modler commented on SUREFIRE-2029: {quote}If you use parallel Maven build, i.e. -T... ,

[jira] [Comment Edited] (SUREFIRE-2029) Parallel execution but surefire.forkNumber is the same

2022-04-04 Thread Nathan McDonald (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-2029?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17516700#comment-17516700 ] Nathan McDonald edited comment on SUREFIRE-2029 at 4/4/22 9:10 AM: ---

[jira] [Comment Edited] (SUREFIRE-2029) Parallel execution but surefire.forkNumber is the same

2022-04-04 Thread Nathan McDonald (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-2029?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17516700#comment-17516700 ] Nathan McDonald edited comment on SUREFIRE-2029 at 4/4/22 9:09 AM: ---

[jira] [Comment Edited] (SUREFIRE-2029) Parallel execution but surefire.forkNumber is the same

2022-04-04 Thread Nathan McDonald (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-2029?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17516700#comment-17516700 ] Nathan McDonald edited comment on SUREFIRE-2029 at 4/4/22 9:08 AM: ---

[jira] [Comment Edited] (SUREFIRE-2053) .mvn/jvm.config not passed to surefire (--add-opens)

2022-04-04 Thread Marc Schlegel (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-2053?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17516699#comment-17516699 ] Marc Schlegel edited comment on SUREFIRE-2053 at 4/4/22 9:08 AM: - If

[jira] [Commented] (SUREFIRE-2029) Parallel execution but surefire.forkNumber is the same

2022-04-04 Thread Nathan McDonald (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-2029?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17516700#comment-17516700 ] Nathan McDonald commented on SUREFIRE-2029: --- That would explain issue, but then seems to go

[jira] [Commented] (SUREFIRE-2053) .mvn/jvm.config not passed to surefire (--add-opens)

2022-04-04 Thread Marc Schlegel (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-2053?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17516699#comment-17516699 ] Marc Schlegel commented on SUREFIRE-2053: - If thats the reason I am fine with it, but please

[jira] [Commented] (SUREFIRE-2053) .mvn/jvm.config not passed to surefire (--add-opens)

2022-04-04 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-2053?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17516686#comment-17516686 ] Michael Osipov commented on SUREFIRE-2053: -- {{.mvn/jvm.config}} applies to the Maven JVM

[jira] [Commented] (SUREFIRE-2053) .mvn/jvm.config not passed to surefire (--add-opens)

2022-04-04 Thread Marc Schlegel (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-2053?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17516672#comment-17516672 ] Marc Schlegel commented on SUREFIRE-2053: - Currently no fork mode is enabled. I did some tests

[GitHub] [maven-remote-resources-plugin] Tibor17 commented on pull request #5: [MRRESOURCES-119] Update plugin

2022-04-04 Thread GitBox
Tibor17 commented on PR #5: URL: https://github.com/apache/maven-remote-resources-plugin/pull/5#issuecomment-1087166112 The name of the Jira ticket is not very clear about scope=provided. I used this scope in surefire few years ago too. That's pity we did not propose this much earlier