You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ol...@apache.org on 2012/11/04 11:58:01 UTC

svn commit: r1405524 - /archiva/trunk/archiva-modules/pom.xml

Author: olamy
Date: Sun Nov  4 10:58:01 2012
New Revision: 1405524

URL: http://svn.apache.org/viewvc?rev=1405524&view=rev
Log:
fix report name

Modified:
    archiva/trunk/archiva-modules/pom.xml

Modified: archiva/trunk/archiva-modules/pom.xml
URL: http://svn.apache.org/viewvc/archiva/trunk/archiva-modules/pom.xml?rev=1405524&r1=1405523&r2=1405524&view=diff
==============================================================================
--- archiva/trunk/archiva-modules/pom.xml (original)
+++ archiva/trunk/archiva-modules/pom.xml Sun Nov  4 10:58:01 2012
@@ -84,7 +84,7 @@
         <reportSets>
           <reportSet>
             <reports>
-              <report>checksyle</report>
+              <report>checkstyle-aggregate</report>
             </reports>
           </reportSet>
         </reportSets>