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 <[email protected]> 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>
