Migrating your project to Maven 2 – Part II
Posted by Lars Vonk late at night: March 6, 2006
The last thing I did was running the test classes successfully. Now let’s put in all the reports. We currently have the following reports in our maven build are:
- Jira
- Javadoc
- JavaNCSS
- Checkstyle
- PMD
- FindBugs
- JDepend
- Simian
- JUnit
- Clover
- Dashboard
First lets start by running mvn site out of the box (one of my favorite test cases ;-)), this should create the default reports according to the maven documentation (http://maven.apache.org/plugins/maven-site-plugin/howto.html). Here we go: mvn site….
Filed under: General, Java, Maven
6 Comments