Re: Figure out compilerId

2016-10-01 Thread Robert Scholte
There are several plugins which need to use the same value of the javac's target argument. This plugins should not be aware of each other, we solved this by sharing the maven.compiler.target property. In your case, ask your users to specify jack the maven-compiler-plugin will already pick

RE: Figure out compilerId

2016-09-30 Thread Martin Gainty
if I understand correctly compilerId attribute would *drive* compiler selection and exec parser/compiler for compilerId? eclipse? javac? csharp? Martin __ > Subject: Re: Figure out compilerId > From: manf...@simpligility.com >

Re: Figure out compilerId

2016-09-30 Thread Manfred Moser
Another way I thought of is to have a standard property that is used in the compiler plugin config and the Android Maven Plugin just reads it as well in the mojo. If its defined as a user property I think we wont even have to write any code to read it. Would that work? Manfred Manfred Mose

Figure out compilerId

2016-09-30 Thread Manfred Moser
Hi, We have some ongoing work on the Android Maven Plugin that will introduce a new compiler (https://source.android.com/source/jack.html). The compiler is set in the compilerId of the Maven Compiler Plugin. Now we would like the Android Maven Plugin to automatically know if this is set and he