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:23 UTC

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

Author: olamy
Date: Thu Dec 27 18:58:22 2012
New Revision: 1426293

URL: http://svn.apache.org/viewvc?rev=1426293&view=rev
Log:
no need of id for report

Modified:
    maven/indexer/trunk/pom.xml

Modified: maven/indexer/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/indexer/trunk/pom.xml?rev=1426293&r1=1426292&r2=1426293&view=diff
==============================================================================
--- maven/indexer/trunk/pom.xml (original)
+++ maven/indexer/trunk/pom.xml Thu Dec 27 18:58:22 2012
@@ -340,7 +340,6 @@ under the License.
         </configuration>
         <reportSets>
           <reportSet>
-            <id>aggregate</id>
             <inherited>false</inherited>
             <reports>
               <report>aggregate</report>