You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "cstamas (via GitHub)" <gi...@apache.org> on 2023/03/22 07:01:50 UTC

[GitHub] [maven-parent] cstamas commented on pull request #115: [MPOM-346] Do not run ITs in release

cstamas commented on PR #115:
URL: https://github.com/apache/maven-parent/pull/115#issuecomment-1479014000

   I agree very much here, but IMHO `-DskipTests` is bad and I tend to avoid it's use, I usually set up surefire to not fail when there is no selected tests and use `-Dtest=void` instead (or some expression that selects no UT/IT to run). With `-DskipTests` there is no tests-jar built (so to say, the build is less complete) if build have it, and may produce issues, see for example here https://issues.apache.org/jira/browse/MRESOURCES-288.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@maven.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org