Hi, In the mojo-parent pom, 2 dependencies are defined : maven-plugin-api-2.0 and junit-3.8.1.
In the plugin i make, composed of one plugin and some other projects, the plugin part depends on maven-plugin-api-2.0.5 and the other projects don't override the default dependency (which they dont use). When i run mvn site, i got the dependency convergence plugin reporting an error. I think the dependencies define in the mojo parent should be moved to the dependencyManagement of that pom. Questions: - am i right about these assumptions ? - should i call a vote on moving to dependencyManagement then another vote to release the pom ? - as my plugin is currently in the sandbox, i should also call a vote on upgrading the sandbox pom parent to the fresh version ? Thanks in advance for any answer. Regards, Raphaël PS: This email is not a vote yet!
