why is maven not executing my tests when I am using the Android-Release Archetype?
I am using the Android-Release Archetype found here: https://github.com/akquinet/android-archetypes/wiki/Android-release-archetype
This comes with a sample application and a sample test. I right click the parent POM's project, and do the "clean test" goal. It says something like zero tests are exec开发者_开发问答uted. Can anyone get this working? thanks
精彩评论