Skip to content

Commit

Permalink
[pom] Add default descriptor / helpmojo (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
hazendaz authored Dec 10, 2023
1 parent 81e06a3 commit 3f931dd
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -437,6 +437,24 @@
<argLine>-Djava.io.tmpdir="${project.build.directory}"</argLine>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-plugin</artifactId>
<executions>
<execution>
<id>default-descriptor</id>
<goals>
<goal>descriptor</goal>
</goals>
</execution>
<execution>
<id>help-goal</id>
<goals>
<goal>helpmojo</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
<reporting>
Expand Down

0 comments on commit 3f931dd

Please sign in to comment.