cstamas opened a new issue, #12405: URL: https://github.com/apache/maven/issues/12405
### Affected version rc-5 and probably all 4+ ### Bug description There is a discrepancy what value is passed to method `org.apache.maven.project.MavenProject#setInjectedProfileIds(String, List<String>)`. Maven 3 uses `org.apache.maven.model.building.ModelData#getId` method that returns GAV, while Maven 4 uses "real data" and returns `org.apache.maven.api.model.Model#getId` that is GAPV. This subtle difference causes issues, when it comes to identify reactor projects, as P is really irrelevant here (the packaging of the subproject). -- 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]
