Skip to content

Commit

Permalink
Merge branch '3.0-master' into merge
Browse files Browse the repository at this point in the history
  • Loading branch information
danielfernandez committed Oct 4, 2018
2 parents 3a6635a + 47fd7d2 commit 30ec06d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,15 @@
</configuration>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
<version>3.2.0</version>
<configuration>
<failOnMissingWebXml>false</failOnMissingWebXml>
</configuration>
</plugin>

<plugin>
<groupId>org.apache.tomcat.maven</groupId>
<artifactId>tomcat7-maven-plugin</artifactId>
Expand Down

0 comments on commit 30ec06d

Please sign in to comment.