You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by og...@apache.org on 2009/04/23 18:39:53 UTC

svn commit: r767968 - /maven/mercury/trunk/mercury-it/pom.xml

Author: ogusakov
Date: Thu Apr 23 16:39:53 2009
New Revision: 767968

URL: http://svn.apache.org/viewvc?rev=767968&view=rev
Log:
removed a comment

Modified:
    maven/mercury/trunk/mercury-it/pom.xml

Modified: maven/mercury/trunk/mercury-it/pom.xml
URL: http://svn.apache.org/viewvc/maven/mercury/trunk/mercury-it/pom.xml?rev=767968&r1=767967&r2=767968&view=diff
==============================================================================
--- maven/mercury/trunk/mercury-it/pom.xml (original)
+++ maven/mercury/trunk/mercury-it/pom.xml Thu Apr 23 16:39:53 2009
@@ -191,23 +191,7 @@
             <include>org/apache/maven/mercury/all/it/AllTestCases.java</include>
           </includes>
         </configuration>
-<!--
-        <executions>
 
-          <execution>
-            <id>test</id>
-            <phase>test</phase>
-            <goals>
-              <goal>test</goal>
-            </goals>
-            <configuration>
-              <includes>
-                <include>org/apache/maven/mercury/all/it/AllTestCases.java</include>
-              </includes>
-            </configuration>
-          </execution>
-        </executions>
- -->
       </plugin>
 
       <plugin>