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
Post a Comment