Skip to content

Commit

Permalink
fix maven deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
popduke committed May 23, 2024
1 parent 36bb654 commit 4ccd85a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -949,6 +949,12 @@
<id>maven-central-deploy</id>
<build>
<plugins>
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<failOnError>true</failOnError>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
Expand Down

0 comments on commit 4ccd85a

Please sign in to comment.