You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ba...@apache.org on 2009/06/24 08:05:23 UTC

svn commit: r787918 - /maven/plugins/trunk/maven-eclipse-plugin/pom.xml

Author: baerrach
Date: Wed Jun 24 06:05:23 2009
New Revision: 787918

URL: http://svn.apache.org/viewvc?rev=787918&view=rev
Log:
cleanup after hacking.

Modified:
    maven/plugins/trunk/maven-eclipse-plugin/pom.xml

Modified: maven/plugins/trunk/maven-eclipse-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-eclipse-plugin/pom.xml?rev=787918&r1=787917&r2=787918&view=diff
==============================================================================
--- maven/plugins/trunk/maven-eclipse-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-eclipse-plugin/pom.xml Wed Jun 24 06:05:23 2009
@@ -220,13 +220,9 @@
           <execution>
             <id>verify-integration-tests-checks</id>
             <phase>post-integration-test</phase>
-            <!-- 
-            <phase>validate</phase>
-             -->
             <configuration>
               <tasks>
                 <property name="script" location="verify-integration-tests-checks.bsh"/>
-                <echo message="script = ${script}"/>
                 <script language="beanshell" src="${script}" />
               </tasks>
             </configuration>