ate 2005/04/02 16:12:02
Modified: . maven.xml
Log:
Correction on test if testing, taken from test plugin as the "normal"
condition didn't always work (?)
Revision Changes Path
1.112 +1 -1 jakarta-jetspeed-2/maven.xml
Index: maven.xml
===================================================================
RCS file: /home/cvs/jakarta-jetspeed-2/maven.xml,v
retrieving revision 1.111
retrieving revision 1.112
diff -u -r1.111 -r1.112
--- maven.xml 2 Apr 2005 22:45:37 -0000 1.111
+++ maven.xml 3 Apr 2005 00:12:02 -0000 1.112
@@ -150,7 +150,7 @@
<attainGoal name="check.required.properties"/>
<attainGoal name="db.scripts.gen"/>
- <j:if test="${maven.test.skip == false}">
+ <j:if test="${context.getVariable('maven.test.skip') != 'true'}">
<attainGoal name="db.create.test"/>
</j:if>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]