Skip to content
Snippets Groups Projects
Commit 2f3e035c authored by Antoine Rey's avatar Antoine Rey
Browse files

The maven-war-plugin does not failed on missing web.xml

parent 1a6572d1
No related branches found
No related tags found
No related merge requests found
...@@ -312,6 +312,7 @@ ...@@ -312,6 +312,7 @@
<version>2.3</version> <version>2.3</version>
<configuration> <configuration>
<warName>petclinic</warName> <warName>petclinic</warName>
<failOnMissingWebXml>false</failOnMissingWebXml>
</configuration> </configuration>
</plugin> </plugin>
<plugin> <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