jvanzyl 2003/06/16 01:04:20
Modified: src/test/touchstone-build maven.xml
Log:
o I have moved these tests into the unit tests proper.
Revision Changes Path
1.36 +0 -21 maven/src/test/touchstone-build/maven.xml
Index: maven.xml
===================================================================
RCS file: /home/cvs/maven/src/test/touchstone-build/maven.xml,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- maven.xml 10 Jun 2003 03:23:51 -0000 1.35
+++ maven.xml 16 Jun 2003 08:04:20 -0000 1.36
@@ -122,27 +122,6 @@
<!--
|
- | POM embedded properties test.
- |
- -->
- <j:if test="${pom.getProperty('propertyA') != 'pomPropertyA'}">
- <fail message="">
-
- Problem resolving project level embedded properties.
-
- </fail>
- </j:if>
-
- <j:if test="${pom.getDependency('a').getProperty('propertyA') !=
'depPropertyA'}">
- <fail message="">
-
- Problem resolving dependency level embedded properties.
-
- </fail>
- </j:if>
-
- <!--
- |
| Inter-plugin preGoal tests.
|
-->
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]