jdillon 2003/09/01 12:44:15
Modified: etc maven.xml
Log:
o fixed typo
Revision Changes Path
1.19 +2 -2 incubator-geronimo/etc/maven.xml
Index: maven.xml
===================================================================
RCS file: /home/cvs/incubator-geronimo/etc/maven.xml,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- maven.xml 1 Sep 2003 18:47:14 -0000 1.18
+++ maven.xml 1 Sep 2003 19:44:14 -0000 1.19
@@ -162,7 +162,7 @@
</ant:uptodate>
<j:if test="${context.getVariable(uptodatePropName) == 'true'}">
- <ant:echo>NOTICE: Skipping tests, then seem to have passed
already</ant:echo>
+ <ant:echo>NOTICE: Skipping tests; they seem to have passed
already</ant:echo>
<j:set var="maven.test.skip" value="true"/>
<j:set var="unitTestSourcesPresent" value="false"/>
</j:if>