Make Antrun plugin more lenient.

Don't let Antrun plugin fail by default to avoid it breaking the build for non distribution modules in a multi module build.
This commit is contained in:
Oliver Gierke
2013-01-29 20:35:33 +01:00
parent 1a3801f18d
commit 6d8ed29cc2

View File

@@ -374,6 +374,7 @@
<target name="upload-distribution"/>
</ant>
</target>
<failOnError>false</failOnError>
</configuration>
</execution>
</executions>