This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a commit to branch fix/maven-war-plugin in repository https://gitbox.apache.org/repos/asf/struts-examples.git
commit 08e6dd211e190d19b4cda0193a1ce3134be96a7f Author: Lukasz Lenart <lukaszlen...@apache.org> AuthorDate: Sun Oct 29 14:43:52 2023 +0100 Uses maven-war-plugin compatible with JDK17 --- pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pom.xml b/pom.xml index e07dc4d..ae84784 100644 --- a/pom.xml +++ b/pom.xml @@ -212,6 +212,11 @@ <skipRuntimeScope>true</skipRuntimeScope> </configuration> </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-war-plugin</artifactId> + <version>3.4.0</version> + </plugin> </plugins> </pluginManagement>