Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.1.0
-
Fix Version/s: 2.1.0
-
Component/s: Artifacts and Repositories
-
Labels:None
-
Complexity:Intermediate
-
Number of attachments :
Description
currently this is logged to the WARNING level, but it can be disquieting without causing any real problems. I'm not entirely sure how these messages come up during the clean phase, but at least in the CXF project, they definitely seem to.
We should tone them down to the DEBUG log level for now, unless/until we can find a way of being certain they're going to cause a problem.
Issue Links
- relates to
-
MNG-4081
Subtle case: Avoid resolving artifacts from outside the reactor for plugins and extensions whose projects are inside the reactor
-
DefaultLifecycleExecutor.constructLifecycleMappings() iterates over all build plugins and resolves their plugin JAR. And the cxf-parent defines an execution of cxf-xml2fastinfoset-plugin:$
{project.version}which is part of the reactor but won't be build during "clean".