---- Disable timestamps suffix in an artifact ------ Allan Ramirez ------ June 2006 ------ Disable timestamps suffix in an artifact By default, when a snapshot version of an artifact is deployed to a repository, a timestamp is suffixed to it. To disable the addition of timestamp to the artifact, set the <> parameter to <<>>. +---+ mvn deploy:deploy-file -Durl=file://C:\m2-repo \ -DrepositoryId=some.id \ -Dfile=your-artifact-1.0.jar \ -DpomFile=your-pom.xml \ -DuniqueVersion=false +---+