I am creating an executable jar using the jar-with-dependencies component of the maven-assembly-plugin during the package phase of my maven lifecycle. However, I can't see a way to configure the name of the jar that is output. It appears to always be something like
appname-1.1-r1011-jar-with-dependencies.jar
How can i configure it to be something else, like perhaps
appname-1.1-r1011.jar
Is this possible?