You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2012/12/27 19:58:15 UTC

svn commit: r1426292 - /maven/indexer/trunk/pom.xml

Author: olamy
Date: Thu Dec 27 18:58:15 2012
New Revision: 1426292

URL: http://svn.apache.org/viewvc?rev=1426292&view=rev
Log:
notimestamp for javadoc and only aggregate on top module

Modified:
    maven/indexer/trunk/pom.xml

Modified: maven/indexer/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/indexer/trunk/pom.xml?rev=1426292&r1=1426291&r2=1426292&view=diff
==============================================================================
--- maven/indexer/trunk/pom.xml (original)
+++ maven/indexer/trunk/pom.xml Thu Dec 27 18:58:15 2012
@@ -335,19 +335,16 @@ under the License.
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-javadoc-plugin</artifactId>
         <version>2.9</version>
+        <configuration>
+          <notimestamp>true</notimestamp>
+        </configuration>
         <reportSets>
           <reportSet>
-            <id>non-aggregate</id>
-            <reports>
-              <report>javadoc</report>
-              <report>test-javadoc</report>
-            </reports>
-          </reportSet>
-          <reportSet>
             <id>aggregate</id>
             <inherited>false</inherited>
             <reports>
               <report>aggregate</report>
+              <report>test-javadoc</report>
             </reports>
           </reportSet>
         </reportSets>