> @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
If you extract it into generated-sources that might work. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org