You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jd...@apache.org on 2008/10/30 22:47:23 UTC

svn commit: r709255 - /maven/components/branches/maven-2.0.x/maven-integration-tests/pom.xml

Author: jdcasey
Date: Thu Oct 30 14:47:23 2008
New Revision: 709255

URL: http://svn.apache.org/viewvc?rev=709255&view=rev
Log:
removing debug antrun config.

Modified:
    maven/components/branches/maven-2.0.x/maven-integration-tests/pom.xml

Modified: maven/components/branches/maven-2.0.x/maven-integration-tests/pom.xml
URL: http://svn.apache.org/viewvc/maven/components/branches/maven-2.0.x/maven-integration-tests/pom.xml?rev=709255&r1=709254&r2=709255&view=diff
==============================================================================
--- maven/components/branches/maven-2.0.x/maven-integration-tests/pom.xml (original)
+++ maven/components/branches/maven-2.0.x/maven-integration-tests/pom.xml Thu Oct 30 14:47:23 2008
@@ -70,23 +70,6 @@
   <build>
     <plugins>
       <plugin>
-        <artifactId>maven-antrun-plugin</artifactId>
-        <executions>
-          <execution>
-            <id>echo</id>
-            <phase>validate</phase>
-            <goals>
-              <goal>run</goal>
-            </goals>
-            <configuration>
-              <tasks>
-                <available property="exists" file="tests/pom.xml"/>
-                <echo>Checking for POM in test workdir: tests/pom.xml. Exists? ${exists}</echo></tasks>
-            </configuration>
-          </execution>
-        </executions>
-      </plugin>
-      <plugin>
         <artifactId>maven-scm-plugin</artifactId>
         <version>1.1</version>
         <configuration>