[GitHub] [maven-resolver] cstamas commented on a change in pull request #125: [MRESOLVER-204] Add a SessionData#computeIfAbsent method

2021-10-06 Thread GitBox
cstamas commented on a change in pull request #125: URL: https://github.com/apache/maven-resolver/pull/125#discussion_r723889022 ## File path: maven-resolver-api/src/main/java/org/eclipse/aether/DefaultSessionData.java ## @@ -81,4 +82,8 @@ public Object get( Object key )

[GitHub] [maven-resolver] gnodet commented on a change in pull request #125: [MRESOLVER-204] Add a SessionData#computeIfAbsent method

2021-10-06 Thread GitBox
gnodet commented on a change in pull request #125: URL: https://github.com/apache/maven-resolver/pull/125#discussion_r723887906 ## File path: maven-resolver-api/src/main/java/org/eclipse/aether/DefaultSessionData.java ## @@ -81,4 +82,8 @@ public Object get( Object key )

[GitHub] [maven] MartinKanters commented on pull request #566: [MNG-6762] Resolve .mvn/settings.xml relatively in multi module projects

2021-10-06 Thread GitBox
MartinKanters commented on pull request #566: URL: https://github.com/apache/maven/pull/566#issuecomment-937498369 I'm wondering whether that's worth the effort and potential overhead, rather than supporting both or either of the environment variable syntaxes in `maven.config` and then adj

[GitHub] [maven-integration-testing] MartinKanters closed pull request #120: [MNG-6762] Test whether a settings.xml file can be referenced relatively to the .mvn directory instead of working directory

2021-10-06 Thread GitBox
MartinKanters closed pull request #120: URL: https://github.com/apache/maven-integration-testing/pull/120 -- 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,

[GitHub] [maven-resolver] rmannibucau commented on a change in pull request #125: [MRESOLVER-204] Add a SessionData#computeIfAbsent method

2021-10-06 Thread GitBox
rmannibucau commented on a change in pull request #125: URL: https://github.com/apache/maven-resolver/pull/125#discussion_r723880468 ## File path: maven-resolver-api/src/main/java/org/eclipse/aether/DefaultSessionData.java ## @@ -81,4 +82,8 @@ public Object get( Object key )

[GitHub] [maven-archetype] dependabot[bot] opened a new pull request #80: Bump easymock from 3.6 to 4.3

2021-10-06 Thread GitBox
dependabot[bot] opened a new pull request #80: URL: https://github.com/apache/maven-archetype/pull/80 Bumps [easymock](https://github.com/easymock/easymock) from 3.6 to 4.3. Release notes Sourced from https://github.com/easymock/easymock/releases";>easymock's releases. 4.3

[GitHub] [maven-archetype] dependabot[bot] opened a new pull request #79: Bump junit from 4.13.1 to 4.13.2

2021-10-06 Thread GitBox
dependabot[bot] opened a new pull request #79: URL: https://github.com/apache/maven-archetype/pull/79 Bumps [junit](https://github.com/junit-team/junit4) from 4.13.1 to 4.13.2. Release notes Sourced from https://github.com/junit-team/junit4/releases";>junit's releases. JUni

[GitHub] [maven-install-plugin] cstamas opened a new pull request #14: Install At End, Variant 2

2021-10-06 Thread GitBox
cstamas opened a new pull request #14: URL: https://github.com/apache/maven-install-plugin/pull/14 This PR is inspired by original "installAtEnd" feature, but does not need to be run as extension. In short, it uses plugin contexts of reactor sorted projects to store state in.

[GitHub] [maven-install-plugin] cstamas opened a new pull request #13: Install At End, Variant 1

2021-10-06 Thread GitBox
cstamas opened a new pull request #13: URL: https://github.com/apache/maven-install-plugin/pull/13 This PR is inspired by original "installAtEnd" feature, but does not need to be run as extension. In short, it targets 1st project of topologically sorted projects to store state i

[jira] [Commented] (MNG-7285) [Regression] MavenProject.getArtifacts() not returning correct value across multiple threads

2021-10-06 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MNG-7285?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17425198#comment-17425198 ] Michael Osipov commented on MNG-7285: - Can this be reproduced within m2e only? > [Regr

[jira] [Commented] (MNG-6843) Parallel build fails due to missing JAR artifacts in compilePath

2021-10-06 Thread Mickael Istria (Jira)
[ https://issues.apache.org/jira/browse/MNG-6843?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17425192#comment-17425192 ] Mickael Istria commented on MNG-6843: - > please spawn a new issue Done with MNG-7285

[jira] [Created] (MNG-7285) [Regression] MavenProject.getArtifacts() not returning correct value across multiple threads

2021-10-06 Thread Mickael Istria (Jira)
Mickael Istria created MNG-7285: --- Summary: [Regression] MavenProject.getArtifacts() not returning correct value across multiple threads Key: MNG-7285 URL: https://issues.apache.org/jira/browse/MNG-7285

[jira] [Commented] (MNG-7283) add dependency when maven exec

2021-10-06 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MNG-7283?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17425176#comment-17425176 ] Michael Osipov commented on MNG-7283: - Your approach is wrong aka you did not read/try

[GitHub] [maven-remote-resources-plugin] rfscholte commented on pull request #4: Upgrade to maven 3.x and avoid using deprecated API

2021-10-06 Thread GitBox
rfscholte commented on pull request #4: URL: https://github.com/apache/maven-remote-resources-plugin/pull/4#issuecomment-936996215 Also, such a change deserves a JIRA ticket, including the message `[MRRESOURCES-118] Require Maven 3.2.0`. I've created the ticket. -- This is an automat

[jira] [Created] (MRRESOURCES-118) Require Maven 3.2.0

2021-10-06 Thread Robert Scholte (Jira)
Robert Scholte created MRRESOURCES-118: -- Summary: Require Maven 3.2.0 Key: MRRESOURCES-118 URL: https://issues.apache.org/jira/browse/MRRESOURCES-118 Project: Maven Remote Resources Plugin

[jira] [Updated] (MNG-7283) add dependency when maven exec

2021-10-06 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MNG-7283?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated MNG-7283: Fix Version/s: wontfix-candidate > add dependency when maven exec > -- >

[GitHub] [maven-integration-testing] michael-o commented on pull request #120: [MNG-6762] Test whether a settings.xml file can be referenced relatively to the .mvn directory instead of working directo

2021-10-06 Thread GitBox
michael-o commented on pull request #120: URL: https://github.com/apache/maven-integration-testing/pull/120#issuecomment-936992143 Can this be closed as well? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL a

[GitHub] [maven-remote-resources-plugin] rfscholte commented on pull request #4: Upgrade to maven 3.x and avoid using deprecated API

2021-10-06 Thread GitBox
rfscholte commented on pull request #4: URL: https://github.com/apache/maven-remote-resources-plugin/pull/4#issuecomment-936987305 This commit broke the master the branch on https://ci-maven.apache.org/job/Maven/job/maven-box/job/maven-remote-resources-plugin/job/master/ ( you can ignore

[jira] [Updated] (MPOM-269) Remove tagletArtifact from maven-javadoc-plugin

2021-10-06 Thread Robert Scholte (Jira)
[ https://issues.apache.org/jira/browse/MPOM-269?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Scholte updated MPOM-269: Description: The maven-plugin pom contains the following: {code:xml} org.apache.maven.plug

[jira] [Updated] (MPOM-269) Remove tagletArtifact from maven-javadoc-plugin

2021-10-06 Thread Robert Scholte (Jira)
[ https://issues.apache.org/jira/browse/MPOM-269?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Scholte updated MPOM-269: Description: The maven-plugin pom contains the following: {code:xml} org.apache.maven.plug

[jira] [Updated] (MPOM-269) Remove tagletArtifact from maven-javadoc-plugin

2021-10-06 Thread Robert Scholte (Jira)
[ https://issues.apache.org/jira/browse/MPOM-269?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Scholte updated MPOM-269: Environment: (was: The maven-plugin pom contains the following: {code:xml} org.apache.m

[jira] [Created] (MPOM-269) Remove tagletArtifact from maven-javadoc-plugin

2021-10-06 Thread Robert Scholte (Jira)
Robert Scholte created MPOM-269: --- Summary: Remove tagletArtifact from maven-javadoc-plugin Key: MPOM-269 URL: https://issues.apache.org/jira/browse/MPOM-269 Project: Maven POMs Issue Type: Bug

[GitHub] [maven-resolver] gnodet commented on a change in pull request #125: [MRESOLVER-204] Add a SessionData#computeIfAbsent method

2021-10-06 Thread GitBox
gnodet commented on a change in pull request #125: URL: https://github.com/apache/maven-resolver/pull/125#discussion_r723571888 ## File path: maven-resolver-api/src/main/java/org/eclipse/aether/DefaultSessionData.java ## @@ -81,4 +82,8 @@ public Object get( Object key )

[jira] [Commented] (MNG-6843) Parallel build fails due to missing JAR artifacts in compilePath

2021-10-06 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MNG-6843?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17425135#comment-17425135 ] Michael Osipov commented on MNG-6843: - [~mickael.istria], please spawn a new issue and

[jira] [Comment Edited] (MNG-6843) Parallel build fails due to missing JAR artifacts in compilePath

2021-10-06 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MNG-6843?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17425135#comment-17425135 ] Michael Osipov edited comment on MNG-6843 at 10/6/21, 6:17 PM: --

[GitHub] [maven-resolver] michael-o commented on a change in pull request #129: Update build plugins

2021-10-06 Thread GitBox
michael-o commented on a change in pull request #129: URL: https://github.com/apache/maven-resolver/pull/129#discussion_r723562615 ## File path: pom.xml ## @@ -366,16 +367,23 @@ + + org.apache.maven.plugins + maven-j

[GitHub] [maven-resolver] cstamas commented on a change in pull request #125: [MRESOLVER-204] Add a SessionData#computeIfAbsent method

2021-10-06 Thread GitBox
cstamas commented on a change in pull request #125: URL: https://github.com/apache/maven-resolver/pull/125#discussion_r723561986 ## File path: maven-resolver-api/src/main/java/org/eclipse/aether/DefaultSessionData.java ## @@ -81,4 +82,8 @@ public Object get( Object key )

[GitHub] [maven-resolver] cstamas opened a new pull request #129: Update build plugins

2021-10-06 Thread GitBox
cstamas opened a new pull request #129: URL: https://github.com/apache/maven-resolver/pull/129 Update plugins. Enforcer is tricky, as it was in pluginMgmt, but in parent is in plugins, and extra rules are not picked up otherwise. -- This is an automated message from the Apache Git Servic

[GitHub] [maven] michael-o commented on pull request #566: [MNG-6762] Resolve .mvn/settings.xml relatively in multi module projects

2021-10-06 Thread GitBox
michael-o commented on pull request #566: URL: https://github.com/apache/maven/pull/566#issuecomment-936827379 > > > > So, you actually want https://issues.apache.org/jira/browse/MNG-6303. > > Moreover, `${maven.multiModuleProjectDirectory}` is a purely internal implementation de

[GitHub] [maven] MartinKanters commented on pull request #566: [MNG-6762] Resolve .mvn/settings.xml relatively in multi module projects

2021-10-06 Thread GitBox
MartinKanters commented on pull request #566: URL: https://github.com/apache/maven/pull/566#issuecomment-936780147 > So, you actually want https://issues.apache.org/jira/browse/MNG-6303. > > Moreover, `${maven.multiModuleProjectDirectory}` is a purely internal implementation detail.

[GitHub] [maven] MartinKanters closed pull request #566: [MNG-6762] Resolve .mvn/settings.xml relatively in multi module projects

2021-10-06 Thread GitBox
MartinKanters closed pull request #566: URL: https://github.com/apache/maven/pull/566 -- 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: issues-unsub

[jira] [Updated] (MNG-6762) Multimodule project with .mvn/settings.xml not working properly

2021-10-06 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MNG-6762?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated MNG-6762: Fix Version/s: wontfix-candidate waiting-for-feedback > Multimodule project with .

[jira] [Commented] (MNG-6762) Multimodule project with .mvn/settings.xml not working properly

2021-10-06 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MNG-6762?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17425112#comment-17425112 ] Michael Osipov commented on MNG-6762: - >From my PoV, [~mminke] did not properly underst

[jira] [Commented] (MNG-6762) Multimodule project with .mvn/settings.xml not working properly

2021-10-06 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MNG-6762?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17425113#comment-17425113 ] Michael Osipov commented on MNG-6762: - [~anatoly.zaretsky], as for interpolation, pleas

[jira] [Commented] (MNG-6762) Multimodule project with .mvn/settings.xml not working properly

2021-10-06 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MNG-6762?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17425105#comment-17425105 ] Michael Osipov commented on MNG-6762: - bq. [~michael-o], for all these years I have bee

[GitHub] [maven-resolver] michael-o merged pull request #128: (doc) - Update Maven 3.8.x with Resolver 1.7 Github link

2021-10-06 Thread GitBox
michael-o merged pull request #128: URL: https://github.com/apache/maven-resolver/pull/128 -- 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: issues-

[GitHub] [maven-resolver] jebeaudet opened a new pull request #128: (doc) - Update Maven 3.8.x with Resolver 1.7 Github link

2021-10-06 Thread GitBox
jebeaudet opened a new pull request #128: URL: https://github.com/apache/maven-resolver/pull/128 The link was incorrectly set pointing users to a 404 page. -- 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

[jira] [Created] (MENFORCER-402) RequireUpperBoundDeps now follow scope provided transitive dependencies

2021-10-06 Thread Thomas Mortagne (Jira)
Thomas Mortagne created MENFORCER-402: - Summary: RequireUpperBoundDeps now follow scope provided transitive dependencies Key: MENFORCER-402 URL: https://issues.apache.org/jira/browse/MENFORCER-402

[GitHub] [maven-compiler-plugin] dependabot[bot] opened a new pull request #67: Bump mavenVersion from 3.0 to 3.8.3

2021-10-06 Thread GitBox
dependabot[bot] opened a new pull request #67: URL: https://github.com/apache/maven-compiler-plugin/pull/67 Bumps `mavenVersion` from 3.0 to 3.8.3. Updates `maven-plugin-api` from 3.0 to 3.8.3 Commits https://github.com/apache/maven/commit/ff8e977a158738155dc465c6a97ffaf3198

[jira] [Comment Edited] (MRESOLVER-216) [ERROR] Malformed \uxxxx encoding.

2021-10-06 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-216?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17424958#comment-17424958 ] Michael Osipov edited comment on MRESOLVER-216 at 10/6/21, 2:31 PM:

[jira] [Commented] (MNG-6843) Parallel build fails due to missing JAR artifacts in compilePath

2021-10-06 Thread Mickael Istria (Jira)
[ https://issues.apache.org/jira/browse/MNG-6843?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17425010#comment-17425010 ] Mickael Istria commented on MNG-6843: - This does unfortunately cause a regression in m2

[jira] [Comment Edited] (MNG-6762) Multimodule project with .mvn/settings.xml not working properly

2021-10-06 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MNG-6762?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17424938#comment-17424938 ] Michael Osipov edited comment on MNG-6762 at 10/6/21, 2:13 PM: --

[jira] [Commented] (MCOMPILER-450) Internal compiler error: java.nio.file.ClosedFileSystemException

2021-10-06 Thread Jira
[ https://issues.apache.org/jira/browse/MCOMPILER-450?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17424987#comment-17424987 ] Luis Panadero Guardeño commented on MCOMPILER-450: -- Sorry, for the de

[jira] [Comment Edited] (MRESOLVER-216) [ERROR] Malformed \uxxxx encoding.

2021-10-06 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-216?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17424958#comment-17424958 ] Michael Osipov edited comment on MRESOLVER-216 at 10/6/21, 12:34 PM: ---

[jira] [Commented] (MRESOLVER-216) [ERROR] Malformed \uxxxx encoding.

2021-10-06 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-216?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17424958#comment-17424958 ] Michael Osipov commented on MRESOLVER-216: -- MRESOLVER-177 should have solved

[jira] [Commented] (MNG-6762) Multimodule project with .mvn/settings.xml not working properly

2021-10-06 Thread Anatoly Zaretsky (Jira)
[ https://issues.apache.org/jira/browse/MNG-6762?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17424954#comment-17424954 ] Anatoly Zaretsky commented on MNG-6762: --- [~michael-o], for all these years I have bee

[jira] [Commented] (MDEP-773) Getting Warning : Non-test scoped test only dependencies found

2021-10-06 Thread Eric Lilja (Jira)
[ https://issues.apache.org/jira/browse/MDEP-773?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17424946#comment-17424946 ] Eric Lilja commented on MDEP-773: - Just saw the same issue in one of our projects. The modu

[jira] [Commented] (MRESOLVER-216) [ERROR] Malformed \uxxxx encoding.

2021-10-06 Thread Lado Kumsiashvili (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-216?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17424945#comment-17424945 ] Lado Kumsiashvili commented on MRESOLVER-216: - If I can provide some more

[jira] [Assigned] (MRESOLVER-216) [ERROR] Malformed \uxxxx encoding.

2021-10-06 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-216?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov reassigned MRESOLVER-216: Assignee: Michael Osipov > [ERROR] Malformed \u encoding. > ---

[jira] [Commented] (MRESOLVER-216) [ERROR] Malformed \uxxxx encoding.

2021-10-06 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-216?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17424943#comment-17424943 ] Michael Osipov commented on MRESOLVER-216: -- Let me check something > [ER

[jira] [Comment Edited] (MNG-6762) Multimodule project with .mvn/settings.xml not working properly

2021-10-06 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MNG-6762?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17424938#comment-17424938 ] Michael Osipov edited comment on MNG-6762 at 10/6/21, 11:21 AM: -

[jira] [Commented] (MNG-6762) Multimodule project with .mvn/settings.xml not working properly

2021-10-06 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MNG-6762?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17424938#comment-17424938 ] Michael Osipov commented on MNG-6762: - [~anatoly.zaretsky], [I have expressed my opinio

[jira] [Commented] (MCOMPILER-391) annotationProcessorPaths have to follow dependencyManagement rules

2021-10-06 Thread Robert Scholte (Jira)
[ https://issues.apache.org/jira/browse/MCOMPILER-391?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17424927#comment-17424927 ] Robert Scholte commented on MCOMPILER-391: -- [~jameshowe] worth checking > an

[jira] [Commented] (MCOMPILER-391) annotationProcessorPaths have to follow dependencyManagement rules

2021-10-06 Thread James Howe (Jira)
[ https://issues.apache.org/jira/browse/MCOMPILER-391?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17424916#comment-17424916 ] James Howe commented on MCOMPILER-391: -- [~rfscholte] is the NPE MSHARED-998? > a

[jira] [Created] (MRESOLVER-216) [ERROR] Malformed \uxxxx encoding.

2021-10-06 Thread Lado Kumsiashvili (Jira)
Lado Kumsiashvili created MRESOLVER-216: --- Summary: [ERROR] Malformed \u encoding. Key: MRESOLVER-216 URL: https://issues.apache.org/jira/browse/MRESOLVER-216 Project: Maven Resolver

[GitHub] [maven-indexer] slachiewicz merged pull request #137: Bump maven.version from 3.8.2 to 3.8.3

2021-10-06 Thread GitBox
slachiewicz merged pull request #137: URL: https://github.com/apache/maven-indexer/pull/137 -- 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: issues

[GitHub] [maven] michael-o edited a comment on pull request #566: [MNG-6762] Resolve .mvn/settings.xml relatively in multi module projects

2021-10-06 Thread GitBox
michael-o edited a comment on pull request #566: URL: https://github.com/apache/maven/pull/566#issuecomment-935664734 > > > @michael-o thanks for your swift feedback again. I did not know it had to be exactly the same as arguments passed in from the CLI. I think I only see one solu

[GitHub] [maven] michael-o commented on pull request #566: [MNG-6762] Resolve .mvn/settings.xml relatively in multi module projects

2021-10-06 Thread GitBox
michael-o commented on pull request #566: URL: https://github.com/apache/maven/pull/566#issuecomment-935664734 > > > @michael-o thanks for your swift feedback again. I did not know it had to be exactly the same as arguments passed in from the CLI. I think I only see one solution le

[GitHub] [maven-integration-testing] gnodet merged pull request #119: Fix pom content comparison to avoid line ending problems

2021-10-06 Thread GitBox
gnodet merged pull request #119: URL: https://github.com/apache/maven-integration-testing/pull/119 -- 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: