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-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org