laeubi commented on PR #295: URL: https://github.com/apache/maven-integration-testing/pull/295#issuecomment-1727006022
With stock maven this currently produces: ``` [ERROR] Error executing Maven. [ERROR] Unrecognised tag: 'configuration' (position: START_TAG seen ...</version>\n\t\t<configuration>... @6:18) ``` I would expect instead that it prints two messages when started with `mvn install -DuserValue=HelloWorld`: ``` The session has just started at <the maven build start timestamp> All projects are read now! The build will start and the user has passed -DuserValue=HelloWorld on the commandline ``` -- 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]
