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

Artifacts number is 0 when executing with maven-deploy-plugin #26

Open ElinaValieva opened 2 years ago

ElinaValieva commented 2 years ago

Hello team!

During using your plugin I found a strange behavior together with maven-deploy-plugin. Could you assist, please?

In the project, we're using on the same goal deploy two plugins artifatory-maven-plugin and maven-deploy-plugin(this plugin is used for deploying additional manifest files via mvn deploy:deploy-file). After the execution artifacts number is 0, I assume it's because of some concurrent behaviors. As I understand there is no way to execute the plugin on other goals and phases.

liudas-stonys commented 1 year ago

Wow, this is promising...