You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 pluginsartifatory-maven-plugin
andmaven-deploy-plugin
(this plugin is used for deploying additional manifest files viamvn 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.The text was updated successfully, but these errors were encountered: