Maven 2 support for Android
UPDATE - This project is superseded by Masa (http://code.google.com/p/masa/)
Shane Isbell (the Masa creator), and I (Charlie Collins, the Android-Maven creator) have discussed it and agreed on merging projects at Google Code hosting (http://groups.google.com/group/masa-developers/browse_thread/thread/12a636fb0f5bc806).
Masa should be where you go for and Android Maven plugin, this project is no longer maintained due to the presence of the other project.
M2 Android plugin that allows use of customized directory structure for Android projects (and defaults to Maven standards), generates the Android R.java resource file, runs AIDL tool to generate IPC interfaces, creates the Android DEX file, builds the Android APK file, and can optionally launch emulator and install and run APK.
This project is in the early stages and - help, suggestions, criticism, etc - all welcome. (Please feel free to join the project if you want to help.)
To get started using Android-Maven see the sample.
Also, though we don't have official documentation yet, there are some useful notes in the docs folder.
For questions/feedback please use the Android-Maven Group.
NOTE There is another Android Maven plugin in the wild too. In the Apache Maven sandbox: http://svn.apache.org/viewvc/maven/sandbox/trunk/plugins/maven-android/ .This was written by Shane Isbell, and was later moved over to Google Code Hosting as the Masa project (Shane says he moved it to google code for better control over releasing, and to get better exposure for the project.) This project will be merged with Masa at some point (see notes above).