I am using Maven as the build file , this is my below settings for the war file name to be generated
I am using Maven version 2.2.1
You can avoid the version appeneded to the war file name by doing a "clean compile package" instead of "clean install".