"maven-enforcer-plugin (goal "enforce") is ignored by m2e" warning after upgrade to maven-enforcer-plugin 3.2.1 #1229
Unanswered
vtintillier
asked this question in
Q&A
Replies: 1 comment 5 replies
-
I think the |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am not sure if the behavior I see is intended or not.
maven-enforcer-plugin
removed theirMETA-INF/m2e/lifecycle-mapping-metadata.xml
file in their last 3.2.1 release (apache/maven-enforcer#192). As a result, we see this warning in all our poms:It seems this messages originate from this code:
m2e-core/org.eclipse.m2e.core/lifecycle-mapping-metadata.xml
Lines 120 to 134 in e379405
So my question is: is this expected that goals ignored in
m2e-core
ownlifecycle-mapping-metadata.xml
appear as warnings in the editor, whereas goals ignored in maven plugins ownlifecycle-mapping-metadata.xml
do not?Also is there a way to disable those warnings?
Thanks
Vivien
Beta Was this translation helpful? Give feedback.
All reactions