We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5b782e commit b3417f0Copy full SHA for b3417f0
src/main/java/org/apache/maven/plugins/dependency/fromConfiguration/AbstractFromConfigurationMojo.java
@@ -167,7 +167,7 @@ protected List<ArtifactItem> getProcessedArtifactItems(ProcessArtifactItemsReque
167
}
168
169
for (ArtifactItem artifactItem : artifactItems) {
170
- this.getLog().info("Configured Artifact: " + artifactItem.toString());
+ this.getLog().debug("Configured Artifact: " + artifactItem.toString());
171
172
if (artifactItem.getOutputDirectory() == null) {
173
artifactItem.setOutputDirectory(this.outputDirectory);
0 commit comments