When we run 'mvn clean install', there are different plugins that come into action, all defined in pom.xml under the <pluginManagement>; for example maven-clean-plugin, maven-resources-plugin etc.For your requirement here, you will have to use the maven-deploy plugin, please see details at Apache Ma...