We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83cf585 commit 75cda8cCopy full SHA for 75cda8c
distribution/pom.xml
@@ -23,7 +23,6 @@
23
<!-- Skip artifact deployment -->
24
<maven.deploy.skip>true</maven.deploy.skip>
25
<gpg.skip>true</gpg.skip>
26
- <maven.javadoc.skip>false</maven.javadoc.skip>
27
<!--
28
Any javadoc warnings should've been caught already while the previous modules were built.
29
Also see additional explanations on this property in the `hibernate-search-mapper-orm-jakarta-batch-core` module.
parents/internal/pom.xml
@@ -23,6 +23,7 @@
<description>Parent POM for internal modules.</description>
<properties>
+ <maven.javadoc.skip>true</maven.javadoc.skip>
</properties>
<dependencyManagement>
0 commit comments