I have a goal consisting of several steps that sometimes fail. This whole goal is a Sonar report, so if it fails, it is not catastrophic. How to get the assembly to succeed, even if this specific goal failed?
I tried some combinations of "condition", "or", "true" and "serial", but Ant did not like any of them.
Below I get more or less:
<target name='sonar'> <sonar:sonar key='key' version='version'/> </target>
source share