Am 2021-08-31 um 17:35 schrieb Mickael Istria:
Hi all,
While trying LemMinX-Maven againt Maven 4 4.0.0-alpha1-SNAPSHOT, I noticed
that our tests that don't set a groupId for some plugins (implicit
`org.apache.maven.plugins`) start to fail. It seems to me that the default
plugin groups are not populated any more in Maven 4. Do I get it right? Is
this intentional or should it be seen as a bug (I personally don't mind,
both are fine to me)? Is there some issue or discussion that mentions that
change I could link in our code for reference?
It should not change. The bundled code contain two plugin groups:
https://github.com/apache/maven/blob/92d2c2e3b43ca214989f0f517aa90f1525f0ff2e/maven-core/src/main/java/org/apache/maven/execution/DefaultMavenExecutionRequestPopulator.java#L115-L119
Although this should be moved out of Core to bundled settings.xml.
If this does not work for you, please file an issue with a test case.
M
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]