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