This is an automated email from the ASF dual-hosted git repository.
martin_s pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/archiva-parent.git
The following commit(s) were added to refs/heads/master by this push:
new 9627958 Adding maven help plugin
9627958 is described below
commit 9627958b7548f45a543d8de4ab023a61f9f2e972
Author: Martin Stockhammer <[email protected]>
AuthorDate: Fri Nov 29 19:35:09 2019 +0100
Adding maven help plugin
---
pom.xml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/pom.xml b/pom.xml
index 25e2a3a..e99886d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -736,6 +736,11 @@
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-help-plugin</artifactId>
+ <version>3.2.0</version>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-install-plugin</artifactId>
<version>3.0.0-M1</version>
</plugin>