jira-importer commented on issue #540: URL: https://github.com/apache/maven-deploy-plugin/issues/540#issuecomment-2771550193
**[Karl Heinz Marbaise](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=khmarbaise)** commented The first thing is to deploy servers only from a CI solution like Jenkins which means deploy the created artifacts into your repository manager and deploy your servers from there. Apart from that if you do `mvn install` and then `mvn deploy` you run several parts duplicate..cause the life cycle contains `install` . which means you only need to do `mvn clean deploy`. Furthermore if code has been changed can be identified by using your version control system... The last sentence I don't understand. If you do `mvn clean deploy` all your artifacts have the same version etc. ? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org