Whilst upgrading our build to use Maven 3 and the reporting to use the maven-site-plugin 3.0-beta-3 I used the following steps to upgrade the reporting. When I ran the build it failed With the message The plugin I was using (a version of the maven css validation plugin that I have modified to generate reports) [...]
Posts Tagged / pom
Maven pom Checkstyle configuration with Eclipse
In a previous post on Eclipse plugins, two excellent plugins were mentioned which can automatically set up your Eclipse project to use the same Checkstyle configuration that is configured in your pom file. However, the only problem with both of these plugins is that they will only be able to find your Checkstyle configuration if [...]