You are viewing a plain text version of this content. The canonical link for it is here.
Posted to doxia-commits@maven.apache.org by lt...@apache.org on 2009/04/06 06:44:31 UTC

svn commit: r762209 - /maven/doxia/doxia/trunk/pom.xml

Author: ltheussl
Date: Mon Apr  6 04:44:30 2009
New Revision: 762209

URL: http://svn.apache.org/viewvc?rev=762209&view=rev
Log:
forkMode never does not work with cobertura, see MCOBERTURA-70

Modified:
    maven/doxia/doxia/trunk/pom.xml

Modified: maven/doxia/doxia/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/pom.xml?rev=762209&r1=762208&r2=762209&view=diff
==============================================================================
--- maven/doxia/doxia/trunk/pom.xml (original)
+++ maven/doxia/doxia/trunk/pom.xml Mon Apr  6 04:44:30 2009
@@ -263,12 +263,6 @@
             <tagBase>https://svn.apache.org/repos/asf/maven/doxia/doxia/tags</tagBase>
           </configuration>
         </plugin>
-        <plugin>
-          <artifactId>maven-surefire-plugin</artifactId>
-          <configuration>
-            <forkMode>never</forkMode>
-          </configuration>
-        </plugin>
         <!-- TODO need to upgrade to last version or Maven parent version -->
         <plugin>
           <groupId>org.codehaus.plexus</groupId>