Skip to content

Commit

Permalink
Removed comment from failOnError to avoid fail build as requested
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Salas authored and Daniel Salas committed Jan 30, 2025
1 parent 421431e commit 5f0b979
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jans-auth-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<!-- <failOnError>false</failOnError> -->
<failOnError>false</failOnError>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit 5f0b979

Please sign in to comment.