Skip to content

Commit

Permalink
Merge pull request #17 from nobodyiam/fix-war-package-error
Browse files Browse the repository at this point in the history
Config war plugin to work when there is no web.xml
  • Loading branch information
nobodyiam committed Mar 18, 2016
2 parents 854cec2 + 7976a7d commit 6e99c57
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,13 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
<configuration>
<failOnMissingWebXml>false</failOnMissingWebXml>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>
Expand Down

0 comments on commit 6e99c57

Please sign in to comment.