You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2011/09/04 11:57:54 UTC

svn commit: r1164984 - /maven/maven-3/trunk/pom.xml

Author: hboutemy
Date: Sun Sep  4 09:57:54 2011
New Revision: 1164984

URL: http://svn.apache.org/viewvc?rev=1164984&view=rev
Log:
fixed typo

Modified:
    maven/maven-3/trunk/pom.xml

Modified: maven/maven-3/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/maven-3/trunk/pom.xml?rev=1164984&r1=1164983&r2=1164984&view=diff
==============================================================================
--- maven/maven-3/trunk/pom.xml (original)
+++ maven/maven-3/trunk/pom.xml Sun Sep  4 09:57:54 2011
@@ -544,7 +544,7 @@
             <artifactId>cobertura-maven-plugin</artifactId>
             <reportSets>
               <reportSet>
-                <!--Disabled at it kills the site generation via a NoClassDefFoundError-->
+                <!-- Disabled as it kills the site generation via a NoClassDefFoundError -->
                 <reports />
               </reportSet>
             </reportSets>