jfrog / artifactory-maven-plugin

A Maven plugin to resolve artifacts from Artifactory, deploy artifacts to Artifactory, capture and publish build info.
https://www.jfrog.com/confluence/display/JFROG/Maven+Artifactory+Plugin
Apache License 2.0
24 stars 26 forks source link

Add missing logger in deploy #19

Closed yahavi closed 3 years ago

yahavi commented 3 years ago

The Deploying artifact:... logging are missing in the master branch. The root cause of it is using a NullLog defined by the publisher (clientConf.publisher). Instead, we should use the designated ArtifactoryMavenLogger.