Skip to content

Commit 1e17b74

Browse files
committed
Add maven-help-plugin
1 parent 8813f5c commit 1e17b74

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,11 @@
8686
<artifactId>versions-maven-plugin</artifactId>
8787
<version>2.16.2</version>
8888
</plugin>
89+
<plugin>
90+
<groupId>org.apache.maven.plugins</groupId>
91+
<artifactId>maven-help-plugin</artifactId>
92+
<version>3.4.0</version>
93+
</plugin>
8994
<plugin>
9095
<artifactId>maven-surefire-plugin</artifactId>
9196
<version>3.2.2</version>

0 commit comments

Comments
 (0)