Jackrabbit, Wicket, Tomcat, Maven2… hell.

What follows is lessons learned migrating to the potentially magnificent Maven2 for dependency management. Put <scope>provided</scope> on Tomcat shared resources in your pom.xml If you deploy jars as a shared resource on Tomcat (i.e. put the jars in common/lib) then be sure to add the <scope>provided</scope> to those dependencies in your project’s pom.xml. Otherwise, you’llContinue reading “Jackrabbit, Wicket, Tomcat, Maven2… hell.”