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

slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-ear-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 1d71b41  fix: use correct maven-war-plugin version
1d71b41 is described below

commit 1d71b41246fbc6696927e95a92003dce540f5e03
Author: Sylwester Lachiewicz <[email protected]>
AuthorDate: Tue Feb 9 13:07:16 2021 +0100

    fix: use correct maven-war-plugin version
---
 src/it/skinny-wars-javaee5/war-module1/pom.xml |  1 +
 src/it/skinny-wars-javaee5/war-module2/pom.xml | 11 +++++++++++
 src/it/skinny-wars-javaee5/war-module3/pom.xml |  1 +
 3 files changed, 13 insertions(+)

diff --git a/src/it/skinny-wars-javaee5/war-module1/pom.xml 
b/src/it/skinny-wars-javaee5/war-module1/pom.xml
index c093103..4512c17 100644
--- a/src/it/skinny-wars-javaee5/war-module1/pom.xml
+++ b/src/it/skinny-wars-javaee5/war-module1/pom.xml
@@ -40,6 +40,7 @@ under the License.
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-war-plugin</artifactId>
+        <version>@mavenWarPluginVersion@</version>
         <configuration>
           <archive>
             <manifest>
diff --git a/src/it/skinny-wars-javaee5/war-module2/pom.xml 
b/src/it/skinny-wars-javaee5/war-module2/pom.xml
index 5d2fd3c..f98dc73 100644
--- a/src/it/skinny-wars-javaee5/war-module2/pom.xml
+++ b/src/it/skinny-wars-javaee5/war-module2/pom.xml
@@ -34,4 +34,15 @@ under the License.
       <version>2.6</version>
     </dependency>
   </dependencies>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-war-plugin</artifactId>
+        <version>@mavenWarPluginVersion@</version>
+      </plugin>
+    </plugins>
+  </build>
+
 </project>
diff --git a/src/it/skinny-wars-javaee5/war-module3/pom.xml 
b/src/it/skinny-wars-javaee5/war-module3/pom.xml
index 8041f63..71dc670 100644
--- a/src/it/skinny-wars-javaee5/war-module3/pom.xml
+++ b/src/it/skinny-wars-javaee5/war-module3/pom.xml
@@ -40,6 +40,7 @@ under the License.
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-war-plugin</artifactId>
+        <version>@mavenWarPluginVersion@</version>
         <configuration>
           <archive>
             <manifest>

Reply via email to