@Manfred We cannot extract the jar into target/classes because the compile phase will not pick anything from target/classes but use that as output only. (I didn't check that but It makes sense :) )
@Jorg I cannot let the user set the dependency "jar" in the pom. 1° the extracted path is different for every aar dependency 2° android-maven-plugin should do it for the user as he only need to declare the aar in the pom 3° the aar cannot be provided as it needs to be packaged into the apk -- View this message in context: http://maven.40175.n5.nabble.com/Programmatically-adding-dependencies-to-a-MavenProject-tp215077p5773302.html Sent from the Maven Developers mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
