Skip to content

Commit

Permalink
Remove dupe javadoc execution
Browse files Browse the repository at this point in the history
Signed-off-by: Todd Baert <[email protected]>
  • Loading branch information
toddbaert committed Aug 30, 2022
1 parent 878ac93 commit d5bd0fb
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -267,13 +267,6 @@
<failOnWarnings>true</failOnWarnings>
</configuration>
<executions>
<execution>
<id>vet-javadoc</id>
<phase>validate</phase>
<goals>
<goal>jar</goal>
</goals>
</execution>
<execution>
<id>attach-javadocs</id>
<goals>
Expand All @@ -292,7 +285,7 @@
<executions>
<execution>
<id>sign-artifacts</id>
<phase>package</phase>
<phase>install</phase>
<goals>
<goal>sign</goal>
</goals>
Expand Down

0 comments on commit d5bd0fb

Please sign in to comment.