I know that, I can give a fileName for the WAR file using the build/finalName tag in the pom.xml file.
But this will only affect the name of the package created in the target directory (or a specifically given directory using build/directory). It will not affect to the file name in the local repository and remote repositories and they'll always contains the name with version numbers.
Is there any other way to do this as it will affect to the local repository and remote repositories as well?
References : how to Build project with maven without version