| Tarun Hasija you have two options: First one is to configure the Maven Deploy Plugin in your POM with the option
<deployAtEnd>true</deployAtEnd>
Because this feature of Maven Deploy Plugin is experimental you have to test whether it works in your project. Second option is to add the Maven Extension "Deployer Extension" in your project. For more information, see https://github.com/khmarbaise/maven-deployer-extension |