You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by GitBox <gi...@apache.org> on 2021/04/30 11:22:20 UTC

[GitHub] [maven-common-artifact-filters] cstamas opened a new pull request #20: [MSHARED-988] Remove CP duplicates

cstamas opened a new pull request #20:
URL: https://github.com/apache/maven-common-artifact-filters/pull/20


   Both org.eclipse.aether (old) and org.apache.maven.resolver
   lie in same package, these two pulled in cause classpath
   conflicyt. Get rid on old, use new one.


-- 
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [maven-common-artifact-filters] cstamas edited a comment on pull request #20: [MSHARED-988] Remove CP duplicates

Posted by GitBox <gi...@apache.org>.
cstamas edited a comment on pull request #20:
URL: https://github.com/apache/maven-common-artifact-filters/pull/20#issuecomment-830776708


   That's right, version of resolver here is more like "advice" used at runtime (while it DOES sets version used on build time). AFAIK only Maven 3.8.1 will provide 1.6.2 (and Maven 4 hopefully 1.7.0), while older Maven releases will provide older resolvers.


-- 
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [maven-common-artifact-filters] michael-o commented on pull request #20: [MSHARED-988] Remove CP duplicates

Posted by GitBox <gi...@apache.org>.
michael-o commented on pull request #20:
URL: https://github.com/apache/maven-common-artifact-filters/pull/20#issuecomment-830779253


   > 
   > 
   > > Why not go with 1.6.2 instead of 1.4.2?
   > 
   > Just wanted to make it least disruptive... but I agree, moving to 1.6.2 is okay to me as well
   
   OK, leave 1.4.2 for now.


-- 
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [maven-common-artifact-filters] cstamas commented on pull request #20: [MSHARED-988] Remove CP duplicates

Posted by GitBox <gi...@apache.org>.
cstamas commented on pull request #20:
URL: https://github.com/apache/maven-common-artifact-filters/pull/20#issuecomment-831080458


   @elharo any opinion on this?


-- 
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [maven-common-artifact-filters] cstamas commented on pull request #20: [MSHARED-988] Remove CP duplicates

Posted by GitBox <gi...@apache.org>.
cstamas commented on pull request #20:
URL: https://github.com/apache/maven-common-artifact-filters/pull/20#issuecomment-830776708


   That's right, version of resolver here is more like "advice" used at runtime (while it DOES sets version used on build time). AFAIK only Maven 3.8.1 will provide 1.6.2, while older Maven releases will provide older resolvers.


-- 
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [maven-common-artifact-filters] cstamas commented on pull request #20: [MSHARED-988] Remove CP duplicates

Posted by GitBox <gi...@apache.org>.
cstamas commented on pull request #20:
URL: https://github.com/apache/maven-common-artifact-filters/pull/20#issuecomment-830771804


   > Why not go with 1.6.2 instead of 1.4.2?
   
   Just wanted to make it least disruptive...  but I agree, moving to 1.6.2 is okay to me 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 above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [maven-common-artifact-filters] asfgit closed pull request #20: [MSHARED-988] Remove CP duplicates

Posted by GitBox <gi...@apache.org>.
asfgit closed pull request #20:
URL: https://github.com/apache/maven-common-artifact-filters/pull/20


   


-- 
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [maven-common-artifact-filters] slachiewicz commented on pull request #20: [MSHARED-988] Remove CP duplicates

Posted by GitBox <gi...@apache.org>.
slachiewicz commented on pull request #20:
URL: https://github.com/apache/maven-common-artifact-filters/pull/20#issuecomment-830775818


   What version of resolver-api artefact will be injected to plugin in different maven versions? I think we have export defined in core so always older/packaged with core artefact would be used, am I wrong?


-- 
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org