This page contains advice to ensure smooth transition to maven 3 from maven 2 :
A set of maven-enforcer-plugin rule
- Check that plugin versions are defined
- TODO: Ensure that plugin defs appear only once
- TODO: More rules!
</project>
Misc
relative path to parent
If a project is referring to a parent pom, but that pom isn't reachable in the default parent path (../pom.xml). Then you should either :
- update it to the right path
- put <relativePath /> in the <parent> tag so that maven knows it will have to look for it directly in the local repository
- Thank JVZ for the page title: http://twitter.com/jvanzyl/status/4621533361
Labels
