Index: pom.xml =================================================================== --- pom.xml (revision 68908) +++ pom.xml (working copy) @@ -106,5 +106,134 @@ + + + + com.xebia.mojo + maven-dashboard-plugin + + + findbugs-maven-plugin + maven-cpd-plugin + taglist-maven-plugin + + + + + org.apache.maven.plugins + maven-jxr-plugin + + true + + + + org.codehaus.mojo + findbugs-maven-plugin + 2.0.1 + + true + true + Max + + + + org.apache.maven.plugins + maven-pmd-plugin + + ${project.reporting.outputDirectory}/../xref + utf-8 + 20 + 1.5 + + /rulesets/basic.xml + /rulesets/braces.xml + /rulesets/unusedcode.xml + /rulesets/clone.xml + /rulesets/codesize.xml + /rulesets/coupling.xml + /rulesets/design.xml + /rulesets/strictexception.xml + /rulesets/migrating.xml + /rulesets/junit.xml + /rulesets/strings.xml + /rulesets/javabeans.xml + /rulesets/finalizers.xml + /rulesets/optimizations.xml + /rulesets/j2ee.xml + + + + + org.codehaus.mojo + taglist-maven-plugin + + + TODO + todo + FIXME + fixme + Ignore + Deprecated + + + + + org.apache.maven.plugins + maven-checkstyle-plugin + + src/site/checkstyle.xml + + + + + org.codehaus.mojo + cobertura-maven-plugin + 2.2 + + + xml + html + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.6.1 + + true + + http://java.sun.com/j2se/1.5.0/docs/api + http://java.sun.com/products/servlet/2.3/javadoc/ + + true + false + true + 512m + -J-Xms168m -J-Xmx512m -J-XX:PermSize=128m -J-XX:NewSize=64m + + + + org.codehaus.mojo + jxr-maven-plugin + + true + apidocs + + + + org.codehaus.mojo + jdepend-maven-plugin + + + org.apache.maven.plugins + maven-surefire-report-plugin + + + org.codehaus.mojo + dashboard-maven-plugin + + + - \ No newline at end of file +