-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Integration tests" module should be ignored in release profile #56
Comments
Try removing this instruction in the end of <modules>
<module>HelloWorldAndroid</module>
<module>HelloWorldAndroid-it</module>
</modules> |
I didn't see this modules section under the profiles sections. |
How did you solved? |
I remove the modules section in the end of pom.xml file. |
Ok, thanks. |
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
The text was updated successfully, but these errors were encountered: