Kurt Zettel wrote:
I figured it out. Turns out I had two different versions of plexus-container-default as Maven dependencies.
This sounds strange. For one, Maven's dependency resolution ensures only a single version per groupId:artifactId:type[:classifier] is present in the dependency tree. And finally, org.codehaus.plexus:plexus-container-default is filtered out of the plugin runtime class path. So I don't quite understand how your plugin ended up with two different versions. If you have some more details on this, please let me know.
Benjamin --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
