Skip to content

Commit b3417f0

Browse files
MDEP-967 Change info to debug logging in AbstractFromConfigurationMojo (#529)
1 parent c5b782e commit b3417f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/apache/maven/plugins/dependency/fromConfiguration/AbstractFromConfigurationMojo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ protected List<ArtifactItem> getProcessedArtifactItems(ProcessArtifactItemsReque
167167
}
168168

169169
for (ArtifactItem artifactItem : artifactItems) {
170-
this.getLog().info("Configured Artifact: " + artifactItem.toString());
170+
this.getLog().debug("Configured Artifact: " + artifactItem.toString());
171171

172172
if (artifactItem.getOutputDirectory() == null) {
173173
artifactItem.setOutputDirectory(this.outputDirectory);

0 commit comments

Comments
 (0)