We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1b4be85 + 0ea998b commit b9b4589Copy full SHA for b9b4589
pom.xml
@@ -237,6 +237,22 @@
237
</configuration>
238
</plugin>
239
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>
256
</plugins>
257
</build>
258
0 commit comments