A great article was recently posted on the Sonatype blog on the top 10 reasons to move to Maven 3 It will be interesting to see if there is a significant speed increase, as it will be nice to reduce the time of our main nightly build which usually takes about 90-95 minutes. Luckily, Hudson [...]
Posts Tagged / maven-site-plugin
Maven site generation error: DTDDVFactoryImpl does not extend from DTDDVFactory
When generating a site with Maven, we encountered the following exception when a particular reporting plugin was executed: This basically meant that an incompatible version of xerces was trying to be run. We have everything set to use Java 1.6, which ships with its own version of xerces. After some debugging, it was tracked down [...]