hboutemy commented on PR #363: URL: https://github.com/apache/maven-help-plugin/pull/363#issuecomment-4702495375
with the revert, current build with Maven 4.0.0-RC5 results in ``` [INFO] ------------------------------------------------- [INFO] Build Summary: [INFO] Passed: 32, Failed: 1, Errors: 0, Skipped: 2 [INFO] ------------------------------------------------- Error: The following builds failed: Error: * active-profiles_multimodule/pom.xml [INFO] ------------------------------------------------- Warning: The following builds were skipped: Warning: * evaluate-forceStdout/pom.xml Warning: * evaluate-settings-servers/pom.xml [INFO] ------------------------------------------------- ``` but when run locally with Maven 4.0.0-SNAPSHOT, I get: ``` [INFO] ------------------------------------------------- [INFO] Build Summary: [INFO] Passed: 32, Failed: 1, Errors: 0, Skipped: 2 [INFO] ------------------------------------------------- Error: The following builds failed: Error: * evaluate-artifact-with-expression-with-output/pom.xml [INFO] ------------------------------------------------- Warning: The following builds were skipped: Warning: * evaluate-forceStdout/pom.xml Warning: * evaluate-settings-servers/pom.xml [INFO] ------------------------------------------------- ``` which means RC6 fixes `active-profiles_multimodule` IT, but a new IT fails: `evaluate-artifact-with-expression-with-output` notice: perhaps this explains @cstamas feedback, who perhaps has run on with 4.0.0-SNAPSHOT and seen this `evaluate-artifact-with-expression-with-output` failure: > re 4: when stdout comes to play, you MUST use `--raw-streams`, as Maven 4 is more like mvnd is, than Maven 3 (this option was initially introduced with mvnd). Later we did this: https://github.com/apache/maven/pull/2361 (see related JIRA). So from 3.9.10, the `--raw-streams` is supported as well (as nop). -- 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]
