Skip to content

Commit b9b4589

Browse files
committed
Merge pull request #89 from hgschmie/help-mojo
Add a help mojo.
2 parents 1b4be85 + 0ea998b commit b9b4589

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

pom.xml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,22 @@
237237
</configuration>
238238
</plugin>
239239

240+
<plugin>
241+
<artifactId>maven-plugin-plugin</artifactId>
242+
<version>3.2</version>
243+
<executions>
244+
<execution>
245+
<id>generated-helpmojo</id>
246+
<goals>
247+
<goal>helpmojo</goal>
248+
</goals>
249+
<configuration>
250+
<goalPrefix>git-commit-id</goalPrefix>
251+
<helpPackageName>pl.project13.maven</helpPackageName>
252+
</configuration>
253+
</execution>
254+
</executions>
255+
</plugin>
240256
</plugins>
241257
</build>
242258

0 commit comments

Comments
 (0)