Mark Struberg wrote:
[DEBUG] org.codehaus.plexus:plexus-utils:jar:1.5.6:compile (removed - nearer
found: 1.1)
hmm, why does it take the 1.1 instead of the 1.5.6? Idea, anyone?
Looks like http://jira.codehaus.org/browse/MCHANGELOG-89. The plugin POM
is missing plexus-utils as a direct dependency which triggers a
backward-compat mode in Maven 2.x that adds plexus-utils:1.1 to the
plugin dependencies. This injected direct dependency on plexus-utils:1.1
wins over the plexus-utils used by the SCM stuff due to the nearest
conflict resolution.
Benjamin