desruisseaux opened a new pull request, #11549: URL: https://github.com/apache/maven/pull/11549
Pull request #1838 added a verification in `DefaultProjectManager` making sure that an artifact attached to a project has the same `groupId`, `artifactId` and `version` as the project. This pull request relaxes that restriction by allowing the `artifactId` to be different, but still requires the `groupId` and `version` to be the same. The intend is to support multi-module projects where more than one artifact may be produced. It was briefly discussed in https://github.com/apache/maven-compiler-plugin/pull/959#issuecomment-3404907890. This is needed by the new Maven JAR Plugin proposal (not yet submitted, pull request to come soon). Note that classical projects (package hierarchy) are expected to continue to use the same `artifactId` as before. -- 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]
