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:
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 »