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>