Skip to content
Snippets Groups Projects
Commit eac43666 authored by Antoine Rey's avatar Antoine Rey Committed by GitHub
Browse files

Merge pull request #175 from meltsufin/master

Use build finalName instead of warName in pom.xml
parents eddc72cf ed0ab2af
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment