jira-importer commented on issue #540: URL: https://github.com/apache/maven-deploy-plugin/issues/540#issuecomment-2771550190
**[Ivica Mikic](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=mindjoy)** commented Here is my usual sequence of Maven build commands. First I run "mvn clean package" many times as I work on my code. Once my code is complete, I run "mvn install" then "mvn deploy", however, I noticed that Maven creates a new JAR, WAR or EAR files even though I don't have code changes and I don't specify "clean". I expect that Maven would just use previously created archived files (JAR, WAR, EAR) and "install" them to our local repository or "deploy" them to our global repository. In a nutshell, I don't want to have different timestamps of the JAR, WAR, EAR files that I deployed on Java application servers after "mvn clean package" and those saved in Maven repositories after "mvn install" or "mvn deploy". -- 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