You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by lu...@apache.org on 2023/10/29 13:44:04 UTC

(struts-examples) branch fix/maven-war-plugin created (now 08e6dd2)

This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a change to branch fix/maven-war-plugin
in repository https://gitbox.apache.org/repos/asf/struts-examples.git


      at 08e6dd2  Uses maven-war-plugin compatible with JDK17

This branch includes the following new commits:

     new 08e6dd2  Uses maven-war-plugin compatible with JDK17

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



(struts-examples) 01/01: Uses maven-war-plugin compatible with JDK17

Posted by lu...@apache.org.
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 <lu...@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>