Skip to content

Commit a6b391a

Browse files
committed
Update pom.xml
1 parent 9275215 commit a6b391a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,8 +243,18 @@
243243
<source>${jdk.version}</source>
244244
<detectJavaApiLink>false</detectJavaApiLink>
245245
<doclint>none</doclint>
246+
<additionalOptions>
247+
<additionalOption>-Xdoclint:none</additionalOption>
248+
</additionalOptions>
246249
</configuration>
247250
<executions>
251+
<execution>
252+
<id>aggregate</id>
253+
<goals>
254+
<goal>aggregate</goal>
255+
</goals>
256+
<phase>site</phase>
257+
</execution>
248258
<execution>
249259
<id>attach-javadocs</id>
250260
<goals>

0 commit comments

Comments
 (0)