sajith4u / maven-android-plugin

Automatically exported from code.google.com/p/maven-android-plugin
0 stars 0 forks source link

Ability to generate AIDL files in non-apk projects #406

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
In a project configured for .jar (standard) packaging, I still like to be able 
to generate the AIDL files and include them in the jar.

I tried "mvn clean android:generate-sources". It picks up the goal but does 
nothing.

If I change the packaging to apk the above command generates the AIDL files as 
expected (to target/generated-sources/aidl). However, the project is no apk 
project.

(Note that in my final build, I plan to bind the generate-sources goal to the 
generate-sources lifecycle phase.)

My environment:
Maven version: 3.0.4 (Ubuntu package)
maven-android-plugin version: 3.6.0
Ubuntu 13.04

Original issue reported on code.google.com by andreas....@gmail.com on 17 Jul 2013 at 7:42

GoogleCodeExporter commented 9 years ago
We are no longer using the issue tracking system on Google Code. Please refile 
this issue on https://github.com/jayway/maven-android-plugin/issues if you 
still have this problem with the latest release of the Android Maven Plugin

Original comment by mosa...@gmail.com on 19 May 2014 at 4:20