brett 2004/02/02 14:47:00 Modified: src/test/touchstone-build Tag: MAVEN-1_0-BRANCH maven.xml Log: extra test Revision Changes Path No revision No revision 1.43.4.6 +19 -0 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.43.4.5 retrieving revision 1.43.4.6 diff -u -r1.43.4.5 -r1.43.4.6 --- maven.xml 26 Jan 2004 22:58:21 -0000 1.43.4.5 +++ maven.xml 2 Feb 2004 22:47:00 -0000 1.43.4.6 @@ -193,6 +193,7 @@ <attainGoal name="test-reactor-resources" /> <attainGoal name="test-plugin-attainment-reactor" /> + <attainGoal name="test-plugin-attainment-reactor-two-goals" /> <attainGoal name="test-reactor-run-twice" /> <attainGoal name="test-context-switch" /> @@ -721,9 +722,27 @@ banner="Testing" ignoreFailures="false" /> + <ant:echo>Testing goal attainment in a plugin via the maven tag</ant:echo> <maven:maven descriptor="${basedir}/src/reactor-build/failProperty/success-1/project.xml" goals="touchstone-goal-A" + ignoreFailures="false" + /> + </goal> + + <goal name="test-plugin-attainment-reactor-two-goals"> + <ant:echo>Testing two goal attainments in a plugin via the reactor</ant:echo> + <maven:reactor + basedir="${basedir}" + includes="src/reactor-build/failProperty/success-1/project.xml" + goals="touchstone-goal-B,touchstone-goal-A" + banner="Testing" + ignoreFailures="false" + /> + <ant:echo>Testing two goal attainments in a plugin via the maven tag</ant:echo> + <maven:maven + descriptor="${basedir}/src/reactor-build/failProperty/success-1/project.xml" + goals="touchstone-goal-B,touchstone-goal-A" ignoreFailures="false" /> </goal>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]