diff --git a/core/pom.xml b/core/pom.xml index bbda23c..4cbe9d8 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -17,15 +17,15 @@ applications in Java and C#, with striking visual effects such as zooming, animation and multiple representations. - + + + + maven-checkstyle-plugin + + ${basedir}/src/build/conf/checkstyle.xml + false + + + + diff --git a/core/src/build/conf/checkstyle.xml b/core/src/build/conf/checkstyle.xml new file mode 100644 index 0000000..446472a --- /dev/null +++ b/core/src/build/conf/checkstyle.xml @@ -0,0 +1,171 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/examples/pom.xml b/examples/pom.xml index 9446393..26df2be 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -1,45 +1,52 @@ - 4.0.0 - - piccolo2d-parent - org.piccolo2d - 1.3-SNAPSHOT - ../parent/pom.xml - + + piccolo2d-parent + org.piccolo2d + 1.3-SNAPSHOT + ../parent/pom.xml + piccolo2d-examples Piccolo2D Examples - http://code.google.com/p/piccolo2d/ - - A revolutionary way to create robust, full-featured graphical - applications in Java and C#, with striking visual effects such - as zooming, animation and multiple representations. - + http://code.google.com/p/piccolo2d/ + + A revolutionary way to create robust, full-featured graphical + applications in Java and C#, with striking visual effects such + as zooming, animation and multiple representations. + - org.piccolo2d + org.piccolo2d piccolo2d-extras ${project.version} - + - - - - - maven-javadoc-plugin - - 1.4 - false - package - - - http://java.sun.com/j2se/1.4.2/docs/api/ - - - - - - + + + + + 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/checkstyle.xml b/examples/src/build/conf/checkstyle.xml new file mode 100644 index 0000000..446472a --- /dev/null +++ b/examples/src/build/conf/checkstyle.xml @@ -0,0 +1,171 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/extras/pom.xml b/extras/pom.xml index cebb5e1..205ec7b 100644 --- a/extras/pom.xml +++ b/extras/pom.xml @@ -49,13 +49,13 @@ - + + maven-checkstyle-plugin + + ${basedir}/src/build/conf/checkstyle.xml + false + + diff --git a/extras/src/build/conf/checkstyle.xml b/extras/src/build/conf/checkstyle.xml new file mode 100644 index 0000000..446472a --- /dev/null +++ b/extras/src/build/conf/checkstyle.xml @@ -0,0 +1,171 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +