Revision: 919
Author: heuermh
Date: Fri Dec 18 12:35:55 2009
Log: Issue 146 ; additional maven plugin configuration
http://code.google.com/p/piccolo2d/source/detail?r=919
Modified:
/piccolo2d.java/trunk/core/pom.xml
/piccolo2d.java/trunk/extras/pom.xml
/piccolo2d.java/trunk/parent/pom.xml
/piccolo2d.java/trunk/swt/pom.xml
=======================================
--- /piccolo2d.java/trunk/core/pom.xml Fri Nov 27 11:26:19 2009
+++ /piccolo2d.java/trunk/core/pom.xml Fri Dec 18 12:35:55 2009
@@ -64,6 +64,13 @@
<verbose>false</verbose>
<show>package</show>
</configuration>
+ <reportSets>
+ <reportSet>
+ <reports>
+ <report>javadoc</report>
+ </reports>
+ </reportSet>
+ </reportSets>
</plugin>
<plugin>
<artifactId>maven-surefire-report-plugin</artifactId>
=======================================
--- /piccolo2d.java/trunk/extras/pom.xml Fri Nov 27 11:26:19 2009
+++ /piccolo2d.java/trunk/extras/pom.xml Fri Dec 18 12:35:55 2009
@@ -71,6 +71,13 @@
<verbose>false</verbose>
<show>package</show>
</configuration>
+ <reportSets>
+ <reportSet>
+ <reports>
+ <report>javadoc</report>
+ </reports>
+ </reportSet>
+ </reportSets>
</plugin>
<plugin>
<artifactId>maven-surefire-report-plugin</artifactId>
=======================================
--- /piccolo2d.java/trunk/parent/pom.xml Fri Nov 27 11:26:19 2009
+++ /piccolo2d.java/trunk/parent/pom.xml Fri Dec 18 12:35:55 2009
@@ -220,6 +220,10 @@
<version>2.2-beta-4</version>
</plugin>
<plugin>
+ <artifactId>maven-clean-plugin</artifactId>
+ <version>2.3</version>
+ </plugin>
+ <plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.0.2</version>
<configuration>
@@ -235,6 +239,15 @@
<target>${jdk.version}</target>
</configuration>
</plugin>
+ <plugin>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ <version>2.6.1</version>
+ <configuration>
+ <source>${jdk.version}</source>
+ <verbose>false</verbose>
+ <show>package</show>
+ </configuration>
+ </plugin>
<plugin>
<artifactId>maven-scm-plugin</artifactId>
<version>1.1</version>
=======================================
--- /piccolo2d.java/trunk/swt/pom.xml Fri Nov 27 14:15:51 2009
+++ /piccolo2d.java/trunk/swt/pom.xml Fri Dec 18 12:35:55 2009
@@ -77,6 +77,13 @@
<verbose>false</verbose>
<show>package</show>
</configuration>
+ <reportSets>
+ <reportSet>
+ <reports>
+ <report>javadoc</report>
+ </reports>
+ </reportSet>
+ </reportSets>
</plugin>
<plugin>
<artifactId>maven-surefire-report-plugin</artifactId>
--
Piccolo2D Developers Group: http://groups.google.com/group/piccolo2d-dev?hl=en