Revision: 1214
Author:   heuermh
Date:     Tue Nov 26 20:39:12 2013 UTC
Log: Issue 208 ; updating maven release plugin versions, merge reporting to parent pom
http://code.google.com/p/piccolo2d/source/detail?r=1214

Modified:
 /piccolo2d.java/branches/release-1.3/core/pom.xml
 /piccolo2d.java/branches/release-1.3/examples/pom.xml
 /piccolo2d.java/branches/release-1.3/extras/pom.xml
 /piccolo2d.java/branches/release-1.3/pom.xml
 /piccolo2d.java/branches/release-1.3/swt/pom.xml
 /piccolo2d.java/branches/release-1.3/swt-examples/pom.xml

=======================================
--- /piccolo2d.java/branches/release-1.3/core/pom.xml Tue Nov 26 20:13:45 2013 UTC +++ /piccolo2d.java/branches/release-1.3/core/pom.xml Tue Nov 26 20:39:12 2013 UTC
@@ -39,118 +39,10 @@
   <artifactId>piccolo2d-core</artifactId>
   <packaging>bundle</packaging>
   <name>Piccolo2D Core</name>
+
   <scm>
<connection>scm:svn:http://piccolo2d.googlecode.com/svn/piccolo2d.java/branches/release-1.3/core</connection> <developerConnection>scm:svn:https://piccolo2d.googlecode.com/svn/piccolo2d.java/branches/release-1.3/core</developerConnection> <url>http://code.google.com/p/piccolo2d/source/browse/piccolo2d.java/branches/release-1.3/core</url>
   </scm>
-  <reporting>
-    <plugins>
-      <plugin>
-        <artifactId>maven-checkstyle-plugin</artifactId>
-        <version>2.6</version>
-        <configuration>
- <configLocation>${basedir}/src/build/conf/checkstyle.xml</configLocation>
-          <enableRulesSummary>false</enableRulesSummary>
-        </configuration>
-      </plugin>
-      <plugin>
-        <artifactId>maven-javadoc-plugin</artifactId>
-        <version>2.8</version>
-        <configuration>
-          <source>${jdk.version}</source>
-          <verbose>false</verbose>
-          <show>package</show>
-        </configuration>
-        <reportSets>
-          <reportSet>
-            <reports>
-              <report>javadoc</report>
-            </reports>
-          </reportSet>
-        </reportSets>
-      </plugin>
-      <plugin>
-        <artifactId>maven-surefire-report-plugin</artifactId>
-        <version>2.7.1</version>
-      </plugin>
-      <plugin>
-        <artifactId>maven-changelog-plugin</artifactId>
-        <version>2.2</version>
-      </plugin>
-      <plugin>
-        <artifactId>maven-jxr-plugin</artifactId>
-        <version>2.2</version>
-      </plugin>
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>taglist-maven-plugin</artifactId>
-        <version>2.4</version>
-        <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>
-        <version>2.3.1</version>
-      </plugin>
-      <plugin>
-        <artifactId>maven-pmd-plugin</artifactId>
-        <version>2.5</version>
-        <configuration>
-          <sourceEncoding>ascii</sourceEncoding>
-          <targetJdk>${jdk.version}</targetJdk>
-        </configuration>
-      </plugin>
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>jdepend-maven-plugin</artifactId>
-        <version>2.0-beta-2</version>
-      </plugin>
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>findbugs-maven-plugin</artifactId>
-        <version>2.3.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>
-        <version>2.4</version>
-        <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>
 </project>
=======================================
--- /piccolo2d.java/branches/release-1.3/examples/pom.xml Tue Nov 26 20:13:45 2013 UTC +++ /piccolo2d.java/branches/release-1.3/examples/pom.xml Tue Nov 26 20:39:12 2013 UTC
@@ -39,22 +39,34 @@
   <artifactId>piccolo2d-examples</artifactId>
   <name>Piccolo2D Examples</name>
   <packaging>bundle</packaging>
+
+  <scm>
+ <connection>scm:svn:http://piccolo2d.googlecode.com/svn/piccolo2d.java/branches/release-1.3/examples</connection> + <developerConnection>scm:svn:https://piccolo2d.googlecode.com/svn/piccolo2d.java/branches/release-1.3/examples</developerConnection> + <url>http://code.google.com/p/piccolo2d/source/browse/piccolo2d.java/branches/release-1.3/examples</url>
+  </scm>
+
+  <dependencyManagement>
+    <dependencies>
+      <dependency>
+        <groupId>org.piccolo2d</groupId>
+        <artifactId>piccolo2d-extras</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+    </dependencies>
+  </dependencyManagement>
+
   <dependencies>
     <dependency>
       <groupId>org.piccolo2d</groupId>
       <artifactId>piccolo2d-extras</artifactId>
-      <version>${project.version}</version>
+      <scope>compile</scope>
     </dependency>
   </dependencies>
-  <scm>
- <connection>scm:svn:http://piccolo2d.googlecode.com/svn/piccolo2d.java/branches/release-1.3/examples</connection> - <developerConnection>scm:svn:https://piccolo2d.googlecode.com/svn/piccolo2d.java/branches/release-1.3/examples</developerConnection> - <url>http://code.google.com/p/piccolo2d/source/browse/piccolo2d.java/branches/release-1.3/examples</url>
-  </scm>
+
   <build>
     <plugins>
       <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-assembly-plugin</artifactId>
         <configuration>
           <archive>
=======================================
--- /piccolo2d.java/branches/release-1.3/extras/pom.xml Tue Nov 26 20:13:45 2013 UTC +++ /piccolo2d.java/branches/release-1.3/extras/pom.xml Tue Nov 26 20:39:12 2013 UTC
@@ -39,121 +39,28 @@
   <artifactId>piccolo2d-extras</artifactId>
   <packaging>bundle</packaging>
   <name>Piccolo2D Extras</name>
+
+  <scm>
+ <connection>scm:svn:http://piccolo2d.googlecode.com/svn/piccolo2d.java/branches/release-1.3/extras</connection> + <developerConnection>scm:svn:https://piccolo2d.googlecode.com/svn/piccolo2d.java/branches/release-1.3/extras</developerConnection> + <url>http://code.google.com/p/piccolo2d/source/browse/piccolo2d.java/branches/release-1.3/extras</url>
+  </scm>
+
+  <dependencyManagement>
+    <dependencies>
+      <dependency>
+        <groupId>org.piccolo2d</groupId>
+        <artifactId>piccolo2d-core</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+    </dependencies>
+  </dependencyManagement>
+
   <dependencies>
     <dependency>
       <groupId>org.piccolo2d</groupId>
       <artifactId>piccolo2d-core</artifactId>
-      <version>${project.version}</version>
+      <scope>compile</scope>
     </dependency>
   </dependencies>
-  <scm>
- <connection>scm:svn:http://piccolo2d.googlecode.com/svn/piccolo2d.java/branches/release-1.3/extras</connection> - <developerConnection>scm:svn:https://piccolo2d.googlecode.com/svn/piccolo2d.java/branches/release-1.3/extras</developerConnection> - <url>http://code.google.com/p/piccolo2d/source/browse/piccolo2d.java/branches/release-1.3/extras</url>
-  </scm>
-  <reporting>
-    <plugins>
-      <plugin>
-        <artifactId>maven-checkstyle-plugin</artifactId>
-        <version>2.6</version>
-        <configuration>
- <configLocation>${basedir}/src/build/conf/checkstyle.xml</configLocation>
-          <enableRulesSummary>false</enableRulesSummary>
-        </configuration>
-      </plugin>
-      <plugin>
-        <artifactId>maven-javadoc-plugin</artifactId>
-        <version>2.8</version>
-        <configuration>
-          <source>${jdk.version}</source>
-          <verbose>false</verbose>
-          <show>package</show>
-        </configuration>
-        <reportSets>
-          <reportSet>
-            <reports>
-              <report>javadoc</report>
-            </reports>
-          </reportSet>
-        </reportSets>
-      </plugin>
-      <plugin>
-        <artifactId>maven-surefire-report-plugin</artifactId>
-        <version>2.7.1</version>
-      </plugin>
-      <plugin>
-        <artifactId>maven-changelog-plugin</artifactId>
-        <version>2.2</version>
-      </plugin>
-      <plugin>
-        <artifactId>maven-jxr-plugin</artifactId>
-        <version>2.2</version>
-      </plugin>
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>taglist-maven-plugin</artifactId>
-        <version>2.4</version>
-        <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>
-        <version>2.3.1</version>
-      </plugin>
-      <plugin>
-        <artifactId>maven-pmd-plugin</artifactId>
-        <version>2.5</version>
-        <configuration>
-          <sourceEncoding>ascii</sourceEncoding>
-          <targetJdk>${jdk.version}</targetJdk>
-        </configuration>
-      </plugin>
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>jdepend-maven-plugin</artifactId>
-        <version>2.0-beta-2</version>
-      </plugin>
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>findbugs-maven-plugin</artifactId>
-        <version>2.3.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>
-        <version>2.4</version>
-        <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>
-            </excludes>
-          </instrumentation>
-        </configuration>
-      </plugin>
-    </plugins>
-  </reporting>
 </project>
=======================================
--- /piccolo2d.java/branches/release-1.3/pom.xml Tue Nov 26 20:13:45 2013 UTC +++ /piccolo2d.java/branches/release-1.3/pom.xml Tue Nov 26 20:39:12 2013 UTC
@@ -36,27 +36,35 @@
     <artifactId>oss-parent</artifactId>
     <version>7</version>
   </parent>
-  <artifactId>piccolo2d-complete</artifactId>
+
   <groupId>org.piccolo2d</groupId>
+  <artifactId>piccolo2d-complete</artifactId>
   <version>1.4-SNAPSHOT</version>
   <packaging>pom</packaging>
+
   <name>Piccolo2D</name>
<description>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.</description>
-  <properties>
-    <jdk.version>1.4</jdk.version>
-    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-    <project.build.targetEncoding>UTF-8</project.build.targetEncoding>
-  </properties>
<url>http://www.piccolo2d.org/java/site/${project.artifactId}/${project.version}</url>
+  <inceptionYear>1995</inceptionYear>
+
+  <organization>
+    <name>Piccolo2D</name>
+    <url>http://code.google.com/p/piccolo2d/</url>
+  </organization>
+
+  <licenses>
+    <license>
+      <name>BSD PUBLIC LICENSE</name>
+      <url>http://opensource.org/licenses/bsd-license.php</url>
+      <distribution>manual</distribution>
+    </license>
+  </licenses>
+
   <issueManagement>
     <system>Google Code</system>
     <url>http://code.google.com/p/piccolo2d/issues/list</url>
   </issueManagement>
-  <inceptionYear>1995</inceptionYear>
-  <ciManagement>
-    <system>hudson</system>
-    <url>http://allain.homelinux.org:2121/</url>
-  </ciManagement>
+
   <mailingLists>
     <mailingList>
       <name>Piccolo2D Announce</name>
@@ -77,22 +85,7 @@
       <archive>http://groups.google.com/group/piccolo2d-dev</archive>
     </mailingList>
   </mailingLists>
-  <licenses>
-    <license>
-      <name>BSD PUBLIC LICENSE</name>
-      <url>http://opensource.org/licenses/bsd-license.php</url>
-      <distribution>manual</distribution>
-    </license>
-  </licenses>
-  <scm>
- <connection>scm:svn:http://piccolo2d.googlecode.com/svn/piccolo2d.java/branches/release-1.3</connection> - <developerConnection>scm:svn:https://piccolo2d.googlecode.com/svn/piccolo2d.java/branches/release-1.3</developerConnection> - <url>http://code.google.com/p/piccolo2d/source/browse/piccolo2d.java/branches/release-1.3</url>
-  </scm>
-  <organization>
-    <name>Piccolo2D</name>
-    <url>http://code.google.com/p/piccolo2d/</url>
-  </organization>
+
   <developers>
     <developer>
       <id>allain.lalonde</id>
@@ -194,6 +187,7 @@
       <timezone>-7</timezone>
     </developer>
   </developers>
+
   <contributors>
     <contributor>
       <name>Alexander Kurtakov</name>
@@ -213,78 +207,82 @@
       </roles>
     </contributor>
   </contributors>
+
+  <scm>
+ <connection>scm:svn:http://piccolo2d.googlecode.com/svn/piccolo2d.java/branches/release-1.3</connection> + <developerConnection>scm:svn:https://piccolo2d.googlecode.com/svn/piccolo2d.java/branches/release-1.3</developerConnection> + <url>http://code.google.com/p/piccolo2d/source/browse/piccolo2d.java/branches/release-1.3</url>
+  </scm>
+
+  <properties>
+    <jdk.version>1.4</jdk.version>
+    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+    <project.build.targetEncoding>UTF-8</project.build.targetEncoding>
+  </properties>
+
   <build>
     <pluginManagement>
       <plugins>
         <plugin>
           <artifactId>maven-assembly-plugin</artifactId>
-          <version>2.2.1</version>
+          <version>2.4</version>
         </plugin>
         <plugin>
           <artifactId>maven-clean-plugin</artifactId>
-          <version>2.4.1</version>
+          <version>2.5</version>
         </plugin>
         <plugin>
           <artifactId>maven-compiler-plugin</artifactId>
-          <version>2.3.2</version>
+          <version>3.1</version>
           <configuration>
-            <verbose>true</verbose>
-            <fork>true</fork>
-            <encoding>ascii</encoding>
-            <optimize>false</optimize>
-            <debug>true</debug>
-            <compilerVersion>${jdk.version}</compilerVersion>
-            <showDeprecation>false</showDeprecation>
-            <showWarnings>true</showWarnings>
-            <source>${jdk.version}</source>
-            <target>${jdk.version}</target>
+            <source>${maven.compile.source}</source>
+            <target>${maven.compile.target}</target>
           </configuration>
         </plugin>
         <plugin>
           <artifactId>maven-deploy-plugin</artifactId>
-          <version>2.5</version>
+          <version>2.7</version>
         </plugin>
         <plugin>
           <artifactId>maven-gpg-plugin</artifactId>
-          <version>1.2</version>
+          <version>1.4</version>
         </plugin>
         <plugin>
-          <artifactId>maven-javadoc-plugin</artifactId>
-          <version>2.8</version>
-          <configuration>
-            <source>${jdk.version}</source>
-            <verbose>false</verbose>
-            <show>package</show>
-          </configuration>
+          <artifactId>maven-install-plugin</artifactId>
+          <version>2.5.1</version>
         </plugin>
         <plugin>
           <artifactId>maven-jar-plugin</artifactId>
-          <version>2.3.1</version>
+          <version>2.4</version>
         </plugin>
         <plugin>
-          <artifactId>maven-scm-plugin</artifactId>
-          <version>1.1</version>
-          <configuration>
-            <connectionType>developerConnection</connectionType>
-          </configuration>
+          <artifactId>maven-javadoc-plugin</artifactId>
+          <version>2.9.1</version>
+        </plugin>
+        <plugin>
+          <artifactId>maven-release-plugin</artifactId>
+          <version>2.4.1</version>
+        </plugin>
+        <plugin>
+          <artifactId>maven-resources-plugin</artifactId>
+          <version>2.6</version>
         </plugin>
         <plugin>
           <artifactId>maven-site-plugin</artifactId>
-          <version>2.1.1</version>
+          <version>3.3</version>
         </plugin>
         <plugin>
           <artifactId>maven-source-plugin</artifactId>
-          <version>2.1.2</version>
+          <version>2.2.1</version>
         </plugin>
         <plugin>
           <artifactId>maven-surefire-plugin</artifactId>
-          <version>2.8</version>
+          <version>2.16</version>
         </plugin>
         <plugin>
           <groupId>org.apache.felix</groupId>
           <artifactId>maven-bundle-plugin</artifactId>
-          <version>2.3.4</version>
-          <extensions>true</extensions>
+          <version>2.4.0</version>
         </plugin>
       </plugins>
     </pluginManagement>
@@ -296,6 +294,7 @@
       </plugin>
     </plugins>
   </build>
+
   <dependencyManagement>
     <dependencies>
       <dependency>
@@ -305,6 +304,7 @@
       </dependency>
     </dependencies>
   </dependencyManagement>
+
   <dependencies>
     <dependency>
       <groupId>junit</groupId>
@@ -312,6 +312,44 @@
       <scope>test</scope>
     </dependency>
   </dependencies>
+
+  <reporting>
+    <plugins>
+      <plugin>
+        <artifactId>maven-javadoc-plugin</artifactId>
+        <version>2.9.1</version>
+        <configuration>
+          <detectLinks>true</detectLinks>
+          <quiet>true</quiet>
+          <source>${maven.compile.source}</source>
+          <linksource>true</linksource>
+        </configuration>
+      </plugin>
+      <plugin>
+        <artifactId>maven-project-info-reports-plugin</artifactId>
+        <version>2.7</version>
+        <reportSets>
+          <reportSet>
+            <reports>
+              <report>index</report>
+              <report>summary</report>
+              <report>modules</report>
+              <report>scm</report>
+              <report>dependency-management</report>
+              <report>dependencies</report>
+              <report>dependency-convergence</report>
+              <report>distribution-management</report>
+            </reports>
+          </reportSet>
+        </reportSets>
+      </plugin>
+      <plugin>
+        <artifactId>maven-surefire-report-plugin</artifactId>
+        <version>2.16</version>
+      </plugin>
+    </plugins>
+  </reporting>
+
   <modules>
     <module>core</module>
     <module>extras</module>
=======================================
--- /piccolo2d.java/branches/release-1.3/swt/pom.xml Tue Nov 26 20:13:45 2013 UTC +++ /piccolo2d.java/branches/release-1.3/swt/pom.xml Tue Nov 26 20:39:12 2013 UTC
@@ -39,24 +39,41 @@
   <artifactId>piccolo2d-swt</artifactId>
   <packaging>bundle</packaging>
   <name>Piccolo2D SWT</name>
+
+  <scm>
+ <connection>scm:svn:http://piccolo2d.googlecode.com/svn/piccolo2d.java/branches/release-1.3/swt</connection> + <developerConnection>scm:svn:https://piccolo2d.googlecode.com/svn/piccolo2d.java/branches/release-1.3/swt</developerConnection> + <url>http://code.google.com/p/piccolo2d/source/browse/piccolo2d.java/branches/release-1.3/swt</url>
+  </scm>
+
+  <dependencyManagement>
+    <dependencies>
+      <dependency>
+        <groupId>org.piccolo2d</groupId>
+        <artifactId>piccolo2d-extras</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>${swt.groupId}</groupId>
+        <artifactId>${swt.artifactId}</artifactId>
+        <version>[3.3.0-v3346,)</version>
+      </dependency>
+    </dependencies>
+  </dependencyManagement>
+
   <dependencies>
     <dependency>
       <groupId>org.piccolo2d</groupId>
       <artifactId>piccolo2d-extras</artifactId>
-      <version>${project.version}</version>
+      <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>${swt.groupId}</groupId>
       <artifactId>${swt.artifactId}</artifactId>
-      <version>[3.3.0-v3346,)</version>
       <scope>compile</scope>
     </dependency>
   </dependencies>
-  <scm>
- <connection>scm:svn:http://piccolo2d.googlecode.com/svn/piccolo2d.java/branches/release-1.3/swt</connection> - <developerConnection>scm:svn:https://piccolo2d.googlecode.com/svn/piccolo2d.java/branches/release-1.3/swt</developerConnection> - <url>http://code.google.com/p/piccolo2d/source/browse/piccolo2d.java/branches/release-1.3/swt</url>
-  </scm>
+
   <build>
     <plugins>
       <plugin>
@@ -67,111 +84,7 @@
       </plugin>
     </plugins>
   </build>
-  <reporting>
-    <plugins>
-      <plugin>
-        <artifactId>maven-checkstyle-plugin</artifactId>
-        <version>2.6</version>
-        <configuration>
- <configLocation>${basedir}/src/build/conf/checkstyle.xml</configLocation>
-          <enableRulesSummary>false</enableRulesSummary>
-        </configuration>
-      </plugin>
-      <plugin>
-        <artifactId>maven-javadoc-plugin</artifactId>
-        <version>2.8</version>
-        <configuration>
-          <source>${jdk.version}</source>
-          <verbose>false</verbose>
-          <show>package</show>
-        </configuration>
-        <reportSets>
-          <reportSet>
-            <reports>
-              <report>javadoc</report>
-            </reports>
-          </reportSet>
-        </reportSets>
-      </plugin>
-      <plugin>
-        <artifactId>maven-surefire-report-plugin</artifactId>
-        <version>2.7.1</version>
-      </plugin>
-      <plugin>
-        <artifactId>maven-changelog-plugin</artifactId>
-        <version>2.2</version>
-      </plugin>
-      <plugin>
-        <artifactId>maven-jxr-plugin</artifactId>
-        <version>2.2</version>
-      </plugin>
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>taglist-maven-plugin</artifactId>
-        <version>2.4</version>
-        <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>
-        <version>2.3.1</version>
-      </plugin>
-      <plugin>
-        <artifactId>maven-pmd-plugin</artifactId>
-        <version>2.5</version>
-        <configuration>
-          <sourceEncoding>ascii</sourceEncoding>
-          <targetJdk>${jdk.version}</targetJdk>
-        </configuration>
-      </plugin>
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>jdepend-maven-plugin</artifactId>
-        <version>2.0-beta-2</version>
-      </plugin>
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>findbugs-maven-plugin</artifactId>
-        <version>2.3.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>
-        <version>2.4</version>
-        <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>
-            </excludes>
-          </instrumentation>
-        </configuration>
-      </plugin>
-    </plugins>
-  </reporting>
+
   <profiles>
     <profile>
       <id>gtk_linux_x86_64</id>
=======================================
--- /piccolo2d.java/branches/release-1.3/swt-examples/pom.xml Tue Nov 26 20:13:45 2013 UTC +++ /piccolo2d.java/branches/release-1.3/swt-examples/pom.xml Tue Nov 26 20:39:12 2013 UTC
@@ -39,18 +39,31 @@
   <artifactId>piccolo2d-swt-examples</artifactId>
   <packaging>bundle</packaging>
   <name>Piccolo2D SWT Examples</name>
+
   <scm>
<connection>scm:svn:http://piccolo2d.googlecode.com/svn/piccolo2d.java/branches/release-1.3/swt-examples</connection> <developerConnection>scm:svn:https://piccolo2d.googlecode.com/svn/piccolo2d.java/branches/release-1.3/swt-examples</developerConnection> <url>http://code.google.com/p/piccolo2d/source/browse/piccolo2d.java/branches/release-1.3/swt-examples</url>
   </scm>
+
+  <dependencyManagement>
+    <dependencies>
+      <dependency>
+        <groupId>org.piccolo2d</groupId>
+        <artifactId>piccolo2d-swt</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+    </dependencies>
+  </dependencyManagement>
+
   <dependencies>
     <dependency>
       <groupId>org.piccolo2d</groupId>
       <artifactId>piccolo2d-swt</artifactId>
-      <version>${project.version}</version>
+      <scope>compile</scope>
     </dependency>
   </dependencies>
+
   <build>
     <plugins>
       <plugin>

--
--
Piccolo2D Developers Group: http://groups.google.com/group/piccolo2d-dev?hl=en
--- You received this message because you are subscribed to the Google Groups "Piccolo2D Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to piccolo2d-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to