Skip to content

Commit bd4a594

Browse files
committed
Disable broken javadoc generation
1 parent 1d3eabf commit bd4a594

1 file changed

Lines changed: 0 additions & 19 deletions

File tree

pom.xml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -866,25 +866,6 @@
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-
888869
<plugin>
889870
<!-- GPG signing of build artifacts, required by Maven
890871
Central. We only enable this via a profile so that

0 commit comments

Comments
 (0)