Hi, Is there any way in maven to deploy Artifact that is build with SNAPSHOT version to Release version ( = remove '-SNAPSHOT' ) without any rebuild ?
There is argument between operations and testing team. where in Testing team tests with SNAPSHOT version, and after several bugfixes and SNAPSHOT rebuilds when it is actually operation ready, build team does a Release build [with SNAPSHOT removed] and hands it over to Operations. However Operation team is not ready to accept the Release build as it is not actual tested binary. So idea is to copy Final SNAPSHOT version from snapshot repository to release repository by just pruning SNAPSHOT in versions in pom.xml Please suggest if there is any better way than this? Thanks in advance Regards, Prashant Bhate
