[jboss-svn-commits] JBoss Common SVN: r3624 - in shrinkwrap/trunk: build and 2 other directories.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Tue Oct 27 12:38:52 EDT 2009


Author: ALRubinger
Date: 2009-10-27 12:38:52 -0400 (Tue, 27 Oct 2009)
New Revision: 3624

Modified:
   shrinkwrap/trunk/api/pom.xml
   shrinkwrap/trunk/build/pom.xml
   shrinkwrap/trunk/impl-base/pom.xml
   shrinkwrap/trunk/spi/pom.xml
Log:
[SHRINKWRAP-65] Include JavaDocs in reporting configuration

Modified: shrinkwrap/trunk/api/pom.xml
===================================================================
--- shrinkwrap/trunk/api/pom.xml	2009-10-23 09:25:45 UTC (rev 3623)
+++ shrinkwrap/trunk/api/pom.xml	2009-10-27 16:38:52 UTC (rev 3624)
@@ -8,7 +8,7 @@
   <parent>
     <groupId>org.jboss.shrinkwrap</groupId>
     <artifactId>shrinkwrap-build</artifactId>
-    <version>0.1.0</version>
+    <version>0.1.1-SNAPSHOT</version>
     <relativePath>../build/pom.xml</relativePath>
   </parent>
 

Modified: shrinkwrap/trunk/build/pom.xml
===================================================================
--- shrinkwrap/trunk/build/pom.xml	2009-10-23 09:25:45 UTC (rev 3623)
+++ shrinkwrap/trunk/build/pom.xml	2009-10-27 16:38:52 UTC (rev 3624)
@@ -2,7 +2,8 @@
   <!--
   vi:ts=2:sw=2:expandtab:
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
   <!-- Parent -->
   <parent>
@@ -182,6 +183,33 @@
         </configuration>
       </plugin>
 
+      <!-- JavaDoc / APIViz -->
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-javadoc-plugin</artifactId>
+        <version>2.5</version>
+        <configuration>
+          <doclet>org.jboss.apiviz.APIviz</doclet>
+          <docletArtifact>
+            <groupId>org.jboss.apiviz</groupId>
+            <artifactId>apiviz</artifactId>
+            <version>1.3.0.GA</version>
+          </docletArtifact>
+          <useStandardDocletOptions>true</useStandardDocletOptions>
+          <charset>UTF-8</charset>
+          <encoding>UTF-8</encoding>
+          <docencoding>UTF-8</docencoding>
+          <breakiterator>true</breakiterator>
+          <version>true</version>
+          <author>true</author>
+          <keywords>true</keywords>
+          <additionalparam> 
+            -sourceclasspath ${project.build.outputDirectory}
+          </additionalparam>
+        </configuration>
+      </plugin>
+
+
     </plugins>
   </reporting>
 

Modified: shrinkwrap/trunk/impl-base/pom.xml
===================================================================
--- shrinkwrap/trunk/impl-base/pom.xml	2009-10-23 09:25:45 UTC (rev 3623)
+++ shrinkwrap/trunk/impl-base/pom.xml	2009-10-27 16:38:52 UTC (rev 3624)
@@ -8,7 +8,7 @@
   <parent>
     <groupId>org.jboss.shrinkwrap</groupId>
     <artifactId>shrinkwrap-build</artifactId>
-    <version>0.1.0</version>
+    <version>0.1.1-SNAPSHOT</version>
     <relativePath>../build/pom.xml</relativePath>
   </parent>
 

Modified: shrinkwrap/trunk/spi/pom.xml
===================================================================
--- shrinkwrap/trunk/spi/pom.xml	2009-10-23 09:25:45 UTC (rev 3623)
+++ shrinkwrap/trunk/spi/pom.xml	2009-10-27 16:38:52 UTC (rev 3624)
@@ -8,7 +8,7 @@
   <parent>
     <groupId>org.jboss.shrinkwrap</groupId>
     <artifactId>shrinkwrap-build</artifactId>
-    <version>0.1.0</version>
+    <version>0.1.1-SNAPSHOT</version>
     <relativePath>../build/pom.xml</relativePath>
   </parent>
 



More information about the jboss-svn-commits mailing list