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>