o MAVEN-213: Removes maven.test.failure between each run of console

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@112960 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
bwalding
2003-02-19 08:25:24 +00:00
parent ae4cf5f0d6
commit f53e4ad959

View File

@@ -36,6 +36,7 @@
<j:set var="lastGoal" value="${goal}"/>
</j:catch>
<j:if test="${ex != null}">
${pom.getContext().removeVariable("maven.test.failure")}
<log:info>${ex}</log:info>
</j:if>
</j:otherwise>