Skip to content

Duplicated classes org.codehaus.plexus.util.xml.Xpp3Dom and org.codehaus.plexus.util.xml.Xpp3DomBuilder from maven-xml-impl #17

Description

@tmortagne

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions