Closed slawekjaranowski closed 12 months ago
this plugin version depends on plexus-xml 4.
I didn't understand this comment from @slachiewicz , so I did some digging to see if this was a problem. I see that this plugin has a direct explicit (not provided, runtime, or optional) dependency on org.apache.maven.plugin-tools:maven-plugin-tools-api:jar:3.10.1
, which has a direct explicit (not provided, runtime, or optional) dependency on org.codehaus.plexus:plexus-xml:jar:4.0.0
.
So, I think this isn't a problem, and I'm not sure what the intent of the comment was.
We have conflict in plexus-xml on some classes only, until plugin doesn't use it - it is not problem. I assume that all tests pass in plugin it is not a problem.
@slachiewicz I have checked this versions with Maven 3.9.5 and 4.x ... and I don't any issues
If it works for you, that's good. I can see only that we pulled the below dependencies:
[INFO] | | - org.apache.maven:maven-xml-impl:jar:4.0.0-alpha-5:compile [INFO] | | - org.apache.maven:maven-api-xml:jar:4.0.0-alpha-5:compile [INFO] | | - org.apache.maven:maven-api-meta:jar:4.0.0-alpha-5:compile
@hboutemy wdyt?
If it works for you, that's good. I can see only that we pulled the below dependencies:
[INFO] | | - org.apache.maven:maven-xml-impl:jar:4.0.0-alpha-5:compile [INFO] | | - org.apache.maven:maven-api-xml:jar:4.0.0-alpha-5:compile [INFO] | | - org.apache.maven:maven-api-meta:jar:4.0.0-alpha-5:compile
@hboutemy wdyt?
I know about a few more dependencies ... but I hope it not affect for working
@slachiewicz we have 3.10.2 - with plexus-xml 3.0.0 https://maven.apache.org/plugin-tools/maven-plugin-plugin/dependencies.html
this plugin version depends on plexus-xml 4.