Use build finalName instead of warName in pom.xml

This commit is contained in:
Mike Eltsufin 2016-07-22 11:31:12 -04:00
parent eddc72cfa8
commit ed0ab2af41

View file

@ -272,6 +272,7 @@
<!-- Maven plugin versions are mentioned in order to guarantee the build reproducibility in the long term -->
<build>
<defaultGoal>install</defaultGoal>
<finalName>petclinic</finalName>
<testResources>
<testResource>
<!-- declared explicitly so Spring config files can be placed next to their corresponding JUnit test class -->
@ -311,7 +312,6 @@
<artifactId>maven-war-plugin</artifactId>
<version>2.3</version>
<configuration>
<warName>petclinic</warName>
<failOnMissingWebXml>false</failOnMissingWebXml>
</configuration>
</plugin>