mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-15 12:25:50 +00:00
The maven-war-plugin does not failed on missing web.xml
This commit is contained in:
parent
1a6572d1ac
commit
2f3e035c60
1 changed files with 1 additions and 0 deletions
1
pom.xml
1
pom.xml
|
@ -312,6 +312,7 @@
|
|||
<version>2.3</version>
|
||||
<configuration>
|
||||
<warName>petclinic</warName>
|
||||
<failOnMissingWebXml>false</failOnMissingWebXml>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
|
|
Loading…
Reference in a new issue