I just comitted a change to allow a return value of 2 in flexjs-compiler/flexjs-maven-plugin/src/main/java/org/apache/flex/maven/flexjs/BaseMojo.java (Line 227)
Chris Am 09.12.16, 22:00 schrieb "Alex Harui" <aha...@adobe.com>: On 12/9/16, 11:54 AM, "Christofer Dutz" <christofer.d...@c-ware.de> wrote: >The maven build will not fail because of this. All it does is output >warnings. > >If it does fail, this is definitely something we need to fix. I observed that the SWF build output the warning and apparently did not think that was a failure because it continued on to the JS build, output the same warnings, and then Maven reported failure. The Ant build seems to allow both a return code of 0 and 2. What are Maven's or the Mojo's rules? Thanks, -Alex