Skip to content

Commit 90a890b

Browse files
committed
Update maven war plugin
1 parent 181bf44 commit 90a890b

File tree

1 file changed

+8
-0
lines changed
  • vaadin-date-range-picker-demo

1 file changed

+8
-0
lines changed

vaadin-date-range-picker-demo/pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,14 @@
102102
<release>${maven.compiler.release}</release>
103103
</configuration>
104104
</plugin>
105+
<plugin>
106+
<groupId>org.apache.maven.plugins</groupId>
107+
<artifactId>maven-war-plugin</artifactId>
108+
<version>3.3.1</version>
109+
<configuration>
110+
<failOnMissingWebXml>false</failOnMissingWebXml>
111+
</configuration>
112+
</plugin>
105113
</plugins>
106114
</build>
107115

0 commit comments

Comments
 (0)