jkatada commented on PR #163: URL: https://github.com/apache/maven/pull/163#issuecomment-1228044228
@michael-o My understanding of the current status of this PR is as follows 1. My PR is a regression to string interpolation. This PR should not be merged. 2. The [`MNG-6401-2`](https://github.com/apache/maven/tree/MNG-6401-2) branch by @hboutemy can resolve this issue while keeping object interpolation. The `MNG-6401-2` branch can be rebased onto `master` and passed [my new IT](https://github.com/apache/maven-integration-testing/pull/31). ``` [INFO] Tests run: 925, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 396.822 s - in org.apache.maven.it.IntegrationTestSuite ``` So I think the `MNG-6401-2` branch should be merged. Is there anything else I can do to close this PR? -- 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]
