You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just tried to upgrade to plexus-utils 4 which means adding plexus-xml as dependency here and there, but I had the surprise to notice that both plexus-xml and its direct dependency maven-xml-impl contain 2 classes with the same name and extremely similar code. I was wondering if this is really on purpose since it's not very clean.
I checked Xpp3Dom source and both versions seems very similar, the only changes I noticed are on the final static constants.
The text was updated successfully, but these errors were encountered:
I don't see that in the maven-xml-impl source code. Is it getting shaded into the jar somehow? Can you please post the command and output that leads you to believe that these classes are in maven-xml-impl?
I just tried to upgrade to plexus-utils 4 which means adding plexus-xml as dependency here and there, but I had the surprise to notice that both plexus-xml and its direct dependency maven-xml-impl contain 2 classes with the same name and extremely similar code. I was wondering if this is really on purpose since it's not very clean.
I checked Xpp3Dom source and both versions seems very similar, the only changes I noticed are on the final static constants.
The text was updated successfully, but these errors were encountered: