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 hence use its related mojo as well. Is there a standard way to access the compilerId configuration of the current project? Or do we basically have to write the code to create the effective pom, access the compiler plugin config and check for the compilerId being set to "jack" or whatever. Any hints appreciated.. Manfred References: https://github.com/simpligility/android-maven-plugin/issues/536 https://issues.jboss.org/browse/FH-2743 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
