I agree ... the Plugin is not broken, but the compiler changed without the plugin having the chance to be adjusted to those changes.
Yes most of the build logic is in the plugin itself. That's the way things are done in Maven. If you change the way things are built, you have to adjust the plugin to reflect those changes. I think it would be best, if you revert your changes and re-apply them in a feature-branch. If you name it "fleature-autobuild/*" it will automatically be built by the ASF Jenkins and we will be able to see when it's finished and can be merged back. In the meanwhile, I'll add some documentation about the plugin to the compilers site. Chris ________________________________ Von: Alex Harui <aha...@adobe.com> Gesendet: Montag, 3. Oktober 2016 20:47:58 An: dev@flex.apache.org Betreff: Re: Jenkins still red On 10/3/16, 11:41 AM, "carlos.rov...@gmail.com on behalf of Carlos Rovira" <carlos.rov...@gmail.com on behalf of carlos.rov...@codeoscopic.com> wrote: >Hi Alex, > >I think what I propose is better to do the next time. Right now better to >finish the ticket. > >Regarding the maven plugin, as I understand, is not broken...there's >nothing to fix, as I understand is a problem os code broken. If not I'm >missing something and better Chris to throw some light on this It appears the plugin might make an assumption that it has to run COMPJSC before COMPC and we need to reverse the order and probably change the compile-xx-config files and maybe the -output parameter sent to COMPJSC. I'm a Maven newbie. I was hoping to find both tools specified in the <build> section of the pom.xml but I didn't see it there, so now I'm thinking the plugin sets the order, but I couldn't find how that worked when looking through the plugin source. I'm sure I'm missing something somewhere. Next time, I hope to know enough about Maven and the plugin that I can get it all working locally before pushing. -Alex