File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 * [ pouch-core] ( https://github.com/cowwoc/pouch/pouch-core/ )
1010 * [ requirements-annotation] ( https://github.com/cowwoc/requirements.java/requirements-annotation/ )
1111 * [ requirements-guava] ( https://github.com/cowwoc/requirements.java/requirements-guava/ )
12- * [ requirements-jackson] ( https://github.com/cowwoc/requirements.java/requirements-jackson/ )
1312 * [ requirements-java] ( https://github.com/cowwoc/requirements.java/requirements-java/ )
1413 * [ java-diff-utils] ( https://github.com/java-diff-utils/java-diff-utils/java-diff-utils )
1514 * [ Byte Buddy (without dependencies)] ( https://bytebuddy.net/byte-buddy )
Original file line number Diff line number Diff line change 5757 <option >summary</option >
5858 </additionalOptions >
5959 <validateLinks >true</validateLinks >
60- <links >
61- <!-- BUG: https://github.com/maxcellent/javadoc.io/issues/200 -->
62- <link >https://javadoc.io/doc/tools.jackson.core/jackson-databind/${jackson.version} /
63- </link >
64- </links >
60+ <!--
61+ Cannot link to Jackson's Javadoc due to
62+ https://github.com/apache/maven-javadoc-plugin/issues/1167.
63+ -->
6564 <offlineLinks >
6665 <offlineLink >
6766 <url >https://cowwoc.github.io/requirements.java/${project.version} /</url >
Original file line number Diff line number Diff line change 209209 <option >summary</option >
210210 </additionalOptions >
211211 <validateLinks >true</validateLinks >
212- <links >
213- <link >https://guava.dev/releases/${guava.version} /api/docs/</link >
214- <link >
215- https://javadoc.io/doc/tools.jackson.core/jackson-databind/${jackson.version} /
216- </link >
217- </links >
212+ <!--
213+ Cannot link to Guava or Jackson's Javadoc due to
214+ https://github.com/apache/maven-javadoc-plugin/issues/1167.
215+ -->
218216 <excludePackageNames >
219217 io.github.cowwoc.requirements13.java.internal,
220218 io.github.cowwoc.requirements13.java.internal.*,
You can’t perform that action at this time.
0 commit comments