Skip to content

Commit

Permalink
Merge branch 'hotfix/javadoc'
Browse files Browse the repository at this point in the history
  • Loading branch information
bsorrentino committed Jan 13, 2025
2 parents ad8a921 + 6647247 commit 5095d44
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,6 @@
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.11.2</version>
<configuration>
<failOnWarnings>false</failOnWarnings>
<failOnError>false</failOnError>
<doclint>none</doclint>
</configuration>
<reportSets>
<reportSet>
Expand All @@ -121,6 +118,15 @@
<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.11.2</version>
<configuration>
<failOnWarnings>false</failOnWarnings>
<doclint>none</doclint>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
Expand Down

0 comments on commit 5095d44

Please sign in to comment.