You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by de...@apache.org on 2009/10/23 13:47:36 UTC

svn commit: r829011 - /activemq/branches/activemq-5.3/pom.xml

Author: dejanb
Date: Fri Oct 23 11:47:35 2009
New Revision: 829011

URL: http://svn.apache.org/viewvc?rev=829011&view=rev
Log:
merging 824790 - javadoc plugin

Modified:
    activemq/branches/activemq-5.3/pom.xml

Modified: activemq/branches/activemq-5.3/pom.xml
URL: http://svn.apache.org/viewvc/activemq/branches/activemq-5.3/pom.xml?rev=829011&r1=829010&r2=829011&view=diff
==============================================================================
--- activemq/branches/activemq-5.3/pom.xml (original)
+++ activemq/branches/activemq-5.3/pom.xml Fri Oct 23 11:47:35 2009
@@ -1073,9 +1073,6 @@
   </build>
   <reporting>
     <plugins>
-      <plugin>
-        <artifactId>maven-javadoc-plugin</artifactId>
-      </plugin>
       <!--
             <plugin>
               <groupId>org.apache.maven.plugins</groupId>
@@ -1107,6 +1104,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-javadoc-plugin</artifactId>
+        <version>2.5</version>
         <configuration>
           <links>
             <link>http://java.sun.com/j2se/1.5.0/docs/api/</link>
@@ -1124,6 +1122,7 @@
           <linksource>true</linksource>
           <maxmemory>900m</maxmemory>
           <source>1.5</source>
+          <additionalJOption>-J-Xmx256m</additionalJOption>
         </configuration>
       </plugin>
       <plugin>