Skip to content

Commit

Permalink
Use only java-annotations extractor for plugins metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski committed Aug 9, 2024
1 parent 22d5a55 commit 927e08b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -421,6 +421,11 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-plugin</artifactId>
<version>${maven-plugin-plugin.version}</version>
<configuration>
<extractors>
<extractor>java-annotations</extractor>
</extractors>
</configuration>
<executions>
<execution>
<id>help-mojo</id>
Expand Down

0 comments on commit 927e08b

Please sign in to comment.