You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by re...@apache.org on 2007/10/10 17:23:29 UTC

svn commit: r583512 - /cocoon/trunk/parent/pom.xml

Author: reinhard
Date: Wed Oct 10 08:23:28 2007
New Revision: 583512

URL: http://svn.apache.org/viewvc?rev=583512&view=rev
Log:
configure javadocs plugin for the daily docs build on the cocoon.zone

Modified:
    cocoon/trunk/parent/pom.xml

Modified: cocoon/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/parent/pom.xml?rev=583512&r1=583511&r2=583512&view=diff
==============================================================================
--- cocoon/trunk/parent/pom.xml (original)
+++ cocoon/trunk/parent/pom.xml Wed Oct 10 08:23:28 2007
@@ -3036,6 +3036,8 @@
       <plugin>
         <artifactId>maven-javadoc-plugin</artifactId>
         <version>2.3</version>
+        <!-- keep this in-sync with the configuration in /project/profiles/profile[id='javadocs']
+                 (unfortunatly this has to be set twice) -->
         <configuration>
           <maxmemory>512m</maxmemory>
           <links>
@@ -3229,6 +3231,49 @@
           </plugin>
         </plugins>
       </reporting>
+    </profile>
+    <profile>
+      <id>javadocs</id>
+      <reporting>
+        <plugins>
+          <plugin>
+            <artifactId>maven-javadoc-plugin</artifactId>
+            <version>2.2</version>
+            <!-- keep this in-sync with the configuration in /project/build/plugins/plugin[id='maven-javadoc-plugin']
+                 (unfortunatly this has to be set twice) -->
+            <configuration>
+              <maxmemory>512m</maxmemory>
+              <links>
+                <link>http://java.sun.com/j2se/1.4.2/docs/api/</link>
+                <link>http://static.springframework.org/spring/docs/2.0.x/api/</link>
+                <link>http://excalibur.apache.org/apidocs/</link>
+                <link>http://java.sun.com/j2ee/1.4/docs/api/</link>
+                <link>http://jakarta.apache.org/commons/collections/apidocs-COLLECTIONS_3_0/</link>
+                <link>http://jakarta.apache.org/commons/dbcp/apidocs/</link>
+                <link>http://jakarta.apache.org/commons/fileupload/apidocs/</link>
+                <link>http://jakarta.apache.org/commons/httpclient/apidocs/</link>
+                <link>http://jakarta.apache.org/commons/logging/apidocs/</link>
+                <link>http://jakarta.apache.org/commons/pool/apidocs/</link>
+                <link>http://logging.apache.org/log4j/docs/api/</link>
+                <link>http://jakarta.apache.org/regexp/apidocs/</link>
+                <link>http://jakarta.apache.org/velocity/api/</link>
+              </links>
+            </configuration>
+          </plugin>
+        </plugins>
+      </reporting>
+    </profile>
+    <profile>
+      <id>cocoon-docs-cleaner</id>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>org.apache.cocoon</groupId>
+            <artifactId>cocoon-maven-docs-cleaner-plugin</artifactId>
+            <version>1.0.0-M1-SNAPSHOT</version>
+          </plugin>
+        </plugins>
+      </build>
     </profile>
     <profile>
       <id>daisy</id>