I create a projet with release archetype.
According to a comment extracted from parent pom.xml, "the release profile does sign, proguard, zipalign ... but does not run instrumentation tests".
But, if I launch the following command then the instrumentation tests is run.
cd HelloWorldAndroid-parent
mvn clean install -Prelease
Except I'm mistaken, the "HelloWorldAndroid-it - Integration tests" module should be ignored.
Could you please help to solve this problem ?
Best regards,
Franck