|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

I don't understand where you are having a problem. You can just set your grails target as:
clean "test-app -coverage -xml" war
...and you'll get fresh test results as well as a deployable artifact. Performing a clean between the "test-app" and "war" targets gets you nothing as anything generated from test-app shouldn't get bundled into the war anyways.