You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ra...@apache.org on 2007/12/12 21:02:20 UTC

svn commit: r603720 - /commons/proper/scxml/trunk/project.xml

Author: rahul
Date: Wed Dec 12 12:02:20 2007
New Revision: 603720

URL: http://svn.apache.org/viewvc?rev=603720&view=rev
Log:
Remove cobertura report from distro. Thanks to Niall Pemberton <niall DOT pemberton AT gmail DOT com>.

Modified:
    commons/proper/scxml/trunk/project.xml

Modified: commons/proper/scxml/trunk/project.xml
URL: http://svn.apache.org/viewvc/commons/proper/scxml/trunk/project.xml?rev=603720&r1=603719&r2=603720&view=diff
==============================================================================
--- commons/proper/scxml/trunk/project.xml (original)
+++ commons/proper/scxml/trunk/project.xml Wed Dec 12 12:02:20 2007
@@ -248,17 +248,6 @@
       </properties>
     </dependency>
     <dependency>
-      <groupId>maven-plugins</groupId>
-      <artifactId>maven-cobertura-plugin</artifactId>
-      <version>1.1.1</version>
-      <url>http://maven-plugins.sourceforge.net/maven-cobertura-plugin/</url>
-      <type>plugin</type>
-      <properties>
-       <comment>&lt;b&gt;Site&lt;/b&gt; only</comment>
-       <scope>test</scope>
-      </properties>
-    </dependency>
-    <dependency>
       <groupId>maven</groupId>
       <artifactId>maven-xdoc-plugin</artifactId>
       <version>1.9.2</version>
@@ -320,7 +309,6 @@
   <reports>
      <report>maven-changes-plugin</report>
      <report>maven-checkstyle-plugin</report>
-     <report>maven-cobertura-plugin</report>
      <report>maven-faq-plugin</report>
      <report>maven-javadoc-plugin</report>
      <report>maven-junit-report-plugin</report>