brett 2004/03/17 21:57:52 Modified: . Tag: MAVEN-1_0-BRANCH maven.xml Log: additional property to control touchstone when online Revision Changes Path No revision No revision 1.97.2.23 +4 -6 maven/maven.xml Index: maven.xml =================================================================== RCS file: /home/cvs/maven/maven.xml,v retrieving revision 1.97.2.22 retrieving revision 1.97.2.23 diff -u -r1.97.2.22 -r1.97.2.23 --- maven.xml 12 Mar 2004 06:42:13 -0000 1.97.2.22 +++ maven.xml 18 Mar 2004 05:57:52 -0000 1.97.2.23 @@ -49,12 +49,10 @@ <echo>maven.mode.online = ${maven.mode.online}</echo> <j:if test="${maven.mode.online}"> - <echo> - - We are online so the touchstone will be run ... - - </echo> - <attainGoal name="maven:run-touchstone" /> + <j:if test="${context.getVariable('maven.touchstone.skip') != 'true'}"> + <echo>We are online so the touchstone will be run ... </echo> + <attainGoal name="maven:run-touchstone" /> + </j:if> </j:if> </postGoal>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]