Details
-
Type:
Task
-
Status:
Closed
-
Priority:
Trivial
-
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
The new transformer producer info logs like
[INFO] Artifact: org.apache.maven:maven-plugin-api:jar:2.0.4 does not have project-builder metadata (ProjectBuilderConfiguration) associated with it. Cannot access CLI properties for version transformation.
for any artifact created via the DefaultArtifactFactory and passed to the installer/deployer.
This affects the Install Plugin, the Deploy Plugin and the Invoker Plugin. For invoker:install, this causes massive info logs. Probably make this log at debug instead?
this was move to the debug log-level.