I know the answer has been accepted already. But, just in case anyone using Maven wants to achieve the same thing, just set the finalName in the maven build to whatever name you want to give and do a maven -> update project
<build>
<finalName><any-name></finalName>
<plugins><provide-plugins-needed></plugins>
<build>