Skip to content

Commit

Permalink
update pom file
Browse files Browse the repository at this point in the history
  • Loading branch information
blueSwordfish committed Sep 16, 2024
1 parent 361a364 commit f163695
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions gsrs-controlled-vocabulary-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@

</dependencies>
<!-- Uncomment this for maven public release deployment
There is an issue with lombok @SuperBuilder to create javadoc.
https://github.com/projectlombok/lombok/issues/3004
So the javadoc for gsrs-controlled-vocabulary-api is empty.
<build>
<plugins>
<plugin>
Expand All @@ -67,6 +71,7 @@
<doclint>all,-missing</doclint>
<nohelp>true</nohelp>
<quiet>true</quiet>
<release>11</release>
</configuration>
<executions>
<execution>
Expand Down

0 comments on commit f163695

Please sign in to comment.