How can I change the name from 1.0.snapshot-jar-with-dependencies to something else, below are contents of my POM:
1.0.snapshot-jar-with-dependencies
You can achieve this by specifying the finalName property in your pom, e.g.
finalName
something-else ...