[jboss-osgi-commits] JBoss-OSGI SVN: r87577 - in projects/jboss-osgi/trunk: runtime/testing and 1 other directories.

jboss-osgi-commits at lists.jboss.org jboss-osgi-commits at lists.jboss.org
Mon Apr 20 09:41:32 EDT 2009


Author: thomas.diesler at jboss.com
Date: 2009-04-20 09:41:32 -0400 (Mon, 20 Apr 2009)
New Revision: 87577

Modified:
   projects/jboss-osgi/trunk/pom.xml
   projects/jboss-osgi/trunk/runtime/testing/pom.xml
   projects/jboss-osgi/trunk/spi/pom.xml
Log:
Aggregate API Docs

Modified: projects/jboss-osgi/trunk/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/pom.xml	2009-04-20 13:41:09 UTC (rev 87576)
+++ projects/jboss-osgi/trunk/pom.xml	2009-04-20 13:41:32 UTC (rev 87577)
@@ -367,7 +367,17 @@
   <reporting>
     <plugins>
       <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-javadoc-plugin</artifactId>
+        <reportSets>
+          <reportSet>
+            <id>aggregate</id>
+            <reports>
+              <report>aggregate</report>
+            </reports>
+          </reportSet>
+        </reportSets>
+      </plugin>
+      <plugin>
         <artifactId>maven-project-info-reports-plugin</artifactId>
         <reportSets>
           <reportSet>

Modified: projects/jboss-osgi/trunk/runtime/testing/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/runtime/testing/pom.xml	2009-04-20 13:41:09 UTC (rev 87576)
+++ projects/jboss-osgi/trunk/runtime/testing/pom.xml	2009-04-20 13:41:32 UTC (rev 87577)
@@ -56,10 +56,12 @@
         </configuration>
         <executions>
           <execution>
-            <id>attach-javadocs</id>
             <goals>
               <goal>jar</goal>
             </goals>
+            <configuration>
+              <aggregate>true</aggregate>
+            </configuration>
           </execution>
         </executions>
       </plugin>

Modified: projects/jboss-osgi/trunk/spi/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/spi/pom.xml	2009-04-20 13:41:09 UTC (rev 87576)
+++ projects/jboss-osgi/trunk/spi/pom.xml	2009-04-20 13:41:32 UTC (rev 87577)
@@ -52,10 +52,12 @@
         </configuration>
         <executions>
           <execution>
-            <id>attach-javadocs</id>
             <goals>
               <goal>jar</goal>
             </goals>
+            <configuration>
+              <aggregate>true</aggregate>
+            </configuration>
           </execution>
         </executions>
       </plugin>




More information about the jboss-osgi-commits mailing list