Revision: 851
Author: mr0...@mro.name
Date: Wed Oct 28 18:36:04 2009
Log: issue#61 - re-add parent pom reporting.

http://code.google.com/p/piccolo2d/source/detail?r=851

Modified:
  /piccolo2d.java/branches/svg2009/parent/pom.xml

=======================================
--- /piccolo2d.java/branches/svg2009/parent/pom.xml     Wed Oct 28 18:07:19 2009
+++ /piccolo2d.java/branches/svg2009/parent/pom.xml     Wed Oct 28 18:36:04 2009
@@ -204,6 +204,109 @@
        </plugin>
      </plugins>
    </build>
+  <reporting>
+    <plugins>
+      <plugin>
+        <artifactId>maven-checkstyle-plugin</artifactId>
+        <configuration>
+           
<configLocation>${basedir}/src/build/conf/checkstyle.xml</configLocation>
+          <enableRulesSummary>false</enableRulesSummary>
+        </configuration>
+      </plugin>
+      <plugin>
+        <artifactId>maven-javadoc-plugin</artifactId>
+        <configuration>
+          <source>1.4</source>
+          <verbose>false</verbose>
+          <show>package</show>
+          <links>
+            <link>
+              http://java.sun.com/j2se/1.4.2/docs/api/
+            </link>
+          </links>
+        </configuration>
+      </plugin>
+      <plugin>
+        <artifactId>maven-surefire-report-plugin</artifactId>
+      </plugin>
+      <plugin>
+        <artifactId>maven-changelog-plugin</artifactId>
+        <!--
+          configuration> <connectionType>connection</connectionType>
+          </configuration
+        -->
+      </plugin>
+      <plugin>
+        <artifactId>maven-jxr-plugin</artifactId>
+      </plugin>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>taglist-maven-plugin</artifactId>
+        <configuration>
+          <tags>
+            <tag>TODO</tag>
+            <tag>FIXME</tag>
+            <tag>@todo</tag>
+            <tag>@deprecated</tag>
+          </tags>
+        </configuration>
+      </plugin>
+      <plugin>
+        <artifactId>
+          maven-project-info-reports-plugin
+        </artifactId>
+      </plugin>
+      <plugin>
+        <artifactId>maven-pmd-plugin</artifactId>
+        <configuration>
+          <sourceEncoding>ascii</sourceEncoding>
+          <targetJdk>1.4</targetJdk>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>jdepend-maven-plugin</artifactId>
+      </plugin>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>findbugs-maven-plugin</artifactId>
+        <version>2.1</version>
+        <configuration>
+          <!-- http://wiki.hudson-ci.org/display/HUDSON/FindBugs+Plugin -->
+          <findbugsXmlOutput>true</findbugsXmlOutput>
+          <findbugsXmlWithMessages>true</findbugsXmlWithMessages>
+          <xmlOutput>true</xmlOutput>
+          <xmlOutputDirectory>target/site</xmlOutputDirectory>
+          <includeTests>false</includeTests>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>cobertura-maven-plugin</artifactId>
+        <configuration>
+          <formats>
+            <format>xml</format>
+            <format>html</format>
+          </formats>
+          <instrumentation>
+            <ignores>
+              <ignore>edu.umd.cs.piccolo.examples.*</ignore>
+              <ignore>edu.umd.cs.piccolo.examples.pswing.*</ignore>
+              <ignore>edu.umd.cs.piccolo.examples.swt.*</ignore>
+              <ignore>edu.umd.cs.piccolo.tutorial.*</ignore>
+            </ignores>
+            <excludes>
+              <exclude>edu/umd/cs/piccolo/examples/**</exclude>
+              <exclude>edu/umd/cs/piccolox/**/*Test.class</exclude>
+              <exclude>edu/umd/cs/piccolo/**/*Test.class</exclude>
+              <exclude>edu/umd/cs/piccolox/**/Mock*.class</exclude>
+              <exclude>edu/umd/cs/piccolo/**/Mock*.class</exclude>
+            </excludes>
+          </instrumentation>
+        </configuration>
+      </plugin>
+    </plugins>
+  </reporting>
    <dependencies>
      <dependency>
        <groupId>junit</groupId>

--~--~---------~--~----~------------~-------~--~----~
Piccolo2D Developers Group: http://groups.google.com/group/piccolo2d-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to