Skip to content

Commit 4c23907

Browse files
committed
Revert "Disable broken javadoc generation"
This reverts commit bd4a594.
1 parent b16fea9 commit 4c23907

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

pom.xml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -866,6 +866,25 @@
866866
</executions>
867867
</plugin>
868868

869+
<plugin>
870+
<groupId>org.apache.maven.plugins</groupId>
871+
<artifactId>maven-javadoc-plugin</artifactId>
872+
<version>${maven-javadoc-plugin.version}</version>
873+
<configuration>
874+
<!-- Ignore missing Javadoc comments. We don't care about this as the
875+
internals are not a public API. -->
876+
<doclint>all,-missing</doclint>
877+
</configuration>
878+
<executions>
879+
<execution>
880+
<id>attach-javadocs</id>
881+
<goals>
882+
<goal>jar</goal>
883+
</goals>
884+
</execution>
885+
</executions>
886+
</plugin>
887+
869888
<plugin>
870889
<!-- GPG signing of build artifacts, required by Maven
871890
Central. We only enable this via a profile so that

0 commit comments

Comments
 (0)