You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by bv...@apache.org on 2013/04/27 00:27:28 UTC

svn commit: r1476423 - in /camel/trunk: parent/pom.xml tooling/maven/pom.xml

Author: bvahdat
Date: Fri Apr 26 22:27:27 2013
New Revision: 1476423

URL: http://svn.apache.org/r1476423
Log:
The optional parameter 'aggregate' of the goal org.apache.maven.plugins:maven-javadoc-plugin:2.9:javadoc is deprecated anyway (it's subsitution is the goal 'aggregate' itself).

Modified:
    camel/trunk/parent/pom.xml
    camel/trunk/tooling/maven/pom.xml

Modified: camel/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/parent/pom.xml?rev=1476423&r1=1476422&r2=1476423&view=diff
==============================================================================
--- camel/trunk/parent/pom.xml (original)
+++ camel/trunk/parent/pom.xml Fri Apr 26 22:27:27 2013
@@ -2511,8 +2511,6 @@
           <linksource>true</linksource>
           <maxmemory>500m</maxmemory>
           <source>1.6</source>
-          <!-- TODO we can't aggregate as it won't find the CSS file :( -->
-          <!--<aggregate>true</aggregate> -->
         </configuration>
       </plugin>
       <plugin>

Modified: camel/trunk/tooling/maven/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/tooling/maven/pom.xml?rev=1476423&r1=1476422&r2=1476423&view=diff
==============================================================================
--- camel/trunk/tooling/maven/pom.xml (original)
+++ camel/trunk/tooling/maven/pom.xml Fri Apr 26 22:27:27 2013
@@ -68,8 +68,6 @@
           <linksource>true</linksource>
           <maxmemory>900m</maxmemory>
           <source>1.6</source>
-          <!-- TODO we can't aggregate as it won't find the CSS file :( -->
-          <!--<aggregate>true</aggregate>-->
         </configuration>
       </plugin>
     </plugins>