Looks like we are pretty much in agreement on the Android test project. Quick recap, we have been using Robolectric which allowed us to have the Android libraries and tests bundled in the same project and run from the JVM instead of from an emulated device. This approach has run out of steam (Robolectric doesn't support some of the newer Android libraries at the moment). There are two ways to do this. 1) Two separate maven projects in different repos in github. 2) A single maven project with two sub projects. One for the library and the other for tests. This is how Action Bar Sherlock does things. wdyt? _______________________________________________ aerogear-dev mailing list aerogear-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/aerogear-dev