This is an automated email from the ASF dual-hosted git repository.
khmarbaise pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-apache-parent.git
The following commit(s) were added to refs/heads/master by this push:
new b4c6ec4 [MPOM-191] - Add maven-ear-plugin version
b4c6ec4 is described below
commit b4c6ec4701425f801e6c58a6b4d427204cc2c49a
Author: Karl Heinz Marbaise <[email protected]>
AuthorDate: Sat Jun 23 12:29:48 2018 +0200
[MPOM-191] - Add maven-ear-plugin version
---
pom.xml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/pom.xml b/pom.xml
index a510692..929dbbb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -146,6 +146,11 @@ under the License.
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-ear-plugin</artifactId>
+ <version>3.0.1</version>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<version>1.4.1</version>
</plugin>