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

cron - how to properly run Python script with crontab on every system startup -

elasticsearch - Is the order of operations guaranteed in a bulk update? -

Slow performance first queries on SQL Azure -