You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2018/06/24 19:24:38 UTC

[maven-apache-parent] branch MPOM-192 created (now 4146195)

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

khmarbaise pushed a change to branch MPOM-192
in repository https://gitbox.apache.org/repos/asf/maven-apache-parent.git.


      at 4146195  [MPOM-192] - Add maven-help-plugin

This branch includes the following new commits:

     new 4146195  [MPOM-192] - Add maven-help-plugin

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.



[maven-apache-parent] 01/01: [MPOM-192] - Add maven-help-plugin

Posted by kh...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

khmarbaise pushed a commit to branch MPOM-192
in repository https://gitbox.apache.org/repos/asf/maven-apache-parent.git

commit 4146195b12e33316ee8b07dbc69b68f4616aa4b8
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Sun Jun 24 21:24:24 2018 +0200

    [MPOM-192] - Add maven-help-plugin
---
 pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/pom.xml b/pom.xml
index 929dbbb..4fa0790 100644
--- a/pom.xml
+++ b/pom.xml
@@ -171,6 +171,11 @@ under the License.
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-help-plugin</artifactId>
+          <version>3.1.0</version>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-install-plugin</artifactId>
           <version>2.5.2</version>
         </plugin>