cstamas commented on PR #1656: URL: https://github.com/apache/maven/pull/1656#issuecomment-2958320539
@dalbani This becomes way simpler with Maven 4: unlike with Maven 3 that produces _invalid POM_ if installed/deployed without flatten or similar plugin (see [page warning about install/deploy](https://maven.apache.org/guides/mini/guide-maven-ci-friendly.html)), Maven 4 will never deploy invalid/unusable POM. OTOH, for Maven 3 same thing (aka "fixed CI friendly") is done by Nisse: https://github.com/maveniverse/nisse In both cases you can save one of the 2 Maven invocations. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
