war - Is there a way to leave the version tag in the maven pom.xml empty or blank -


i'm working on maven project in netbeans 8 , every time generate war clicking "cleaning , building" option, war generates version name put in verion tag. myprojectname-1.0-snapshot.war.

is there way leave version tag empty when generate war name project name? myprojectname.war, i'm tired of changing name of war paths of csss in code work.

i tried removing version tag pom.xml gives me error saying couldn't find version tag.


Comments

Popular posts from this blog

java - Jasper subreport showing only one entry from the JSON data source when embedded in the Title band -

mapreduce - Resource manager does not transit to active state from standby -

serialization - Convert Any type in scala to Array[Byte] and back -