Author: jdillon
Date: Sun Jul 9 16:10:45 2006
New Revision: 420370
URL: http://svn.apache.org/viewvc?rev=420370&view=rev
Log:
Drop strange echo that states that tests are skipped... which is bogus
Modified:
geronimo/sandbox/svkmerge/m2migration/modules/system/pom.xml
Modified: geronimo/sandbox/svkmerge/m2migration/modules/system/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/sandbox/svkmerge/m2migration/modules/system/pom.xml?rev=420370&r1=420369&r2=420370&view=diff
==============================================================================
--- geronimo/sandbox/svkmerge/m2migration/modules/system/pom.xml (original)
+++ geronimo/sandbox/svkmerge/m2migration/modules/system/pom.xml Sun Jul 9 16:10:45 2006
@@ -110,6 +110,7 @@
<plugin>
<artifactId>maven-antrun-plugin</artifactId>
<executions>
+
<execution>
<id>exec-1</id>
<phase>process-classes</phase>
@@ -154,7 +155,6 @@
<copy todir="${project.build.directory}/m2">
<fileset dir="${basedir}/src/test-repo/m2"/>
</copy>
- <echo>******************The tests are being skipped************</echo>
</tasks>
</configuration>
<goals>
|