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

2023-03-22 Thread via GitHub
olamy commented on PR #115: URL: https://github.com/apache/maven-parent/pull/115#issuecomment-1479087892 `-DskipTests` just skip tests execution. tests classes are still compiled and so tests-jar is build correctly. -- This is an automated message from the Apache Git Service. To respond

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

2023-03-21 Thread via GitHub
olamy commented on PR #115: URL: https://github.com/apache/maven-parent/pull/115#issuecomment-1478787413 even tests could be skipped as long as the build is green... and using localCheckout as well will make it faster I usually do this: ```mvn release:prepare release:perform