diff --git a/core/pom.xml b/core/pom.xml index d4e5c6a..ab9b4e0 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -31,7 +31,95 @@ maven-checkstyle-plugin ${basedir}/src/build/conf/checkstyle.xml - false + false + + + + maven-javadoc-plugin + + 1.4 + false + package + + + http://java.sun.com/j2se/1.4.2/docs/api/ + + + + + + maven-surefire-report-plugin + + + maven-changelog-plugin + + + + maven-jxr-plugin + + + org.codehaus.mojo + taglist-maven-plugin + + + TODO + FIXME + @todo + @deprecated + + + + + + maven-project-info-reports-plugin + + + + maven-pmd-plugin + + ascii + 1.4 + + + + org.codehaus.mojo + jdepend-maven-plugin + + + org.codehaus.mojo + findbugs-maven-plugin + 2.1 + + + true + true + true + target/site + false + + + + org.codehaus.mojo + cobertura-maven-plugin + + + xml + html + + + + edu.umd.cs.piccolo.examples.* + edu.umd.cs.piccolo.examples.pswing.* + edu.umd.cs.piccolo.examples.swt.* + edu.umd.cs.piccolo.tutorial.* + + + edu/umd/cs/piccolo/examples/** + + diff --git a/core/src/build/conf/findbugs-exclude.xml b/core/src/build/conf/findbugs-exclude.xml deleted file mode 100644 index bd6dba0..0000000 --- a/core/src/build/conf/findbugs-exclude.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - \ No newline at end of file diff --git a/examples/pom.xml b/examples/pom.xml index bf23c9b..841fc49 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -35,30 +35,5 @@ scm:svn:https://piccolo2d.googlecode.com/svn/piccolo2d.java/trunk/examples http://code.google.com/p/piccolo2d/source/browse/piccolo2d.java/trunk/examples - - - - - - maven-javadoc-plugin - - 1.4 - false - package - - - http://java.sun.com/j2se/1.4.2/docs/api/ - - - - - - maven-checkstyle-plugin - - ${basedir}/src/build/conf/checkstyle.xml - false - - - - + diff --git a/examples/src/build/conf/findbugs-exclude.xml b/examples/src/build/conf/findbugs-exclude.xml deleted file mode 100644 index bd6dba0..0000000 --- a/examples/src/build/conf/findbugs-exclude.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - \ No newline at end of file diff --git a/extras/pom.xml b/extras/pom.xml index 266d09f..b87c497 100644 --- a/extras/pom.xml +++ b/extras/pom.xml @@ -41,6 +41,94 @@ false + + maven-javadoc-plugin + + 1.4 + false + package + + + http://java.sun.com/j2se/1.4.2/docs/api/ + + + + + + maven-surefire-report-plugin + + + maven-changelog-plugin + + + + maven-jxr-plugin + + + org.codehaus.mojo + taglist-maven-plugin + + + TODO + FIXME + @todo + @deprecated + + + + + + maven-project-info-reports-plugin + + + + maven-pmd-plugin + + ascii + 1.4 + + + + org.codehaus.mojo + jdepend-maven-plugin + + + org.codehaus.mojo + findbugs-maven-plugin + 2.1 + + + true + true + true + target/site + false + + + + org.codehaus.mojo + cobertura-maven-plugin + + + xml + html + + + + edu.umd.cs.piccolo.examples.* + edu.umd.cs.piccolo.examples.pswing.* + edu.umd.cs.piccolo.examples.swt.* + edu.umd.cs.piccolo.tutorial.* + + + edu/umd/cs/piccolo/examples/** + + + + diff --git a/extras/src/build/conf/findbugs-exclude.xml b/extras/src/build/conf/findbugs-exclude.xml deleted file mode 100644 index bd6dba0..0000000 --- a/extras/src/build/conf/findbugs-exclude.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - \ No newline at end of file diff --git a/parent/pom.xml b/parent/pom.xml index dcd2a95..56c099f 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -85,8 +85,12 @@ - scm:svn:http://piccolo2d.googlecode.com/svn/piccolo2d.java/trunk - scm:svn:https://piccolo2d.googlecode.com/svn/piccolo2d.java/trunk + + scm:svn:http://piccolo2d.googlecode.com/svn/piccolo2d.java/trunk + + + scm:svn:https://piccolo2d.googlecode.com/svn/piccolo2d.java/trunk + http://code.google.com/p/piccolo2d/source/browse/piccolo2d.java/trunk @@ -207,132 +211,7 @@ 3.8.2 test - - - - - maven-javadoc-plugin - - 1.4 - false - package - - - http://java.sun.com/j2se/1.4.2/docs/api/ - - - - gr.spinellis.umlgraph.doclet.UmlGraphDoc - - - gr.spinellis - UmlGraph - 4.6 - - - - -overview ${basedir}/src/main/java/overview.html - -inferrel -inferdep -quiet -hide java.* - -collpackages java.util.* - -qualify - -postfixpackage -nodefontsize 9 - -nodefontpackagesize 7 - -visibility - -link http://java.sun.com/j2se/1.4.2/docs/api/ - - - - - maven-surefire-report-plugin - - - maven-changelog-plugin - - - - maven-jxr-plugin - - - org.codehaus.mojo - taglist-maven-plugin - - - TODO - FIXME - @todo - @deprecated - - - - - - maven-project-info-reports-plugin - - - - maven-pmd-plugin - - ascii - 1.4 - - - - org.codehaus.mojo - jdepend-maven-plugin - - - org.codehaus.mojo - findbugs-maven-plugin - 2.1 - - - true - true - true - target/site - false - ${basedir}/src/build/conf/findbugs-exclude.xml - - - - - org.codehaus.mojo - cobertura-maven-plugin - - - xml - html - - - - edu.umd.cs.piccolo.examples.* - edu.umd.cs.piccolo.examples.pswing.* - edu.umd.cs.piccolo.examples.swt.* - edu.umd.cs.piccolo.tutorial.* - - - edu/umd/cs/piccolo/examples/** - - - - - - + + - maven-javadoc-plugin + maven-checkstyle-plugin + + ${basedir}/src/build/conf/checkstyle.xml + false + + + + maven-javadoc-plugin 1.4 false @@ -53,16 +60,84 @@ http://java.sun.com/j2se/1.4.2/docs/api/ - + - maven-checkstyle-plugin + maven-surefire-report-plugin + + + maven-changelog-plugin + + + + maven-jxr-plugin + + + org.codehaus.mojo + taglist-maven-plugin - ${basedir}/src/build/conf/checkstyle.xml - false + + TODO + FIXME + @todo + @deprecated + - + + + maven-project-info-reports-plugin + + + + maven-pmd-plugin + + ascii + 1.4 + + + + org.codehaus.mojo + jdepend-maven-plugin + + + org.codehaus.mojo + findbugs-maven-plugin + 2.1 + + + true + true + true + target/site + false + + + + org.codehaus.mojo + cobertura-maven-plugin + + + xml + html + + + + edu.umd.cs.piccolo.examples.* + edu.umd.cs.piccolo.examples.pswing.* + edu.umd.cs.piccolo.examples.swt.* + edu.umd.cs.piccolo.tutorial.* + + + edu/umd/cs/piccolo/examples/** + + + + + diff --git a/swt/src/build/conf/findbugs-exclude.xml b/swt/src/build/conf/findbugs-exclude.xml deleted file mode 100644 index bd6dba0..0000000 --- a/swt/src/build/conf/findbugs-exclude.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - \ No newline at end of file