[GitHub] maven issue #93: MNG-5889 - adding logic that looks for the file argument an...

2016-09-30 Thread rpatrick00
Github user rpatrick00 commented on the issue: https://github.com/apache/maven/pull/93 @Tibor17, have you looked at the pull request? Any issues with merging it? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your pr

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 > To: dev@maven.apache.

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