I need to use the android-maven-plugin
for my project (especially for the multidex feature) but I can not figure out how to configure my actual pom.xml
file (is is a standard file). I am using Eclipse Luna on Windows.
I did not manage to find any tutorial, does anyone has a good link about how to use and configure it ?
I want to use this plugin artifact :
<plugin>
<groupId>com.simpligility.maven.plugins</groupId>
<artifactId>android-maven-plugin</artifactId>
<version>4.3.0</version>
</plugin>
NOTE : do not confund with groupId com.jayway.maven.plugins.android.generation2
NOTE 2 : I think it is not the same problem and solution here : how to start using android-maven-plugin?