Browse Source

Add link to JDK-8326483 for "generated by javadoc (n)" issue

https://bugs.openjdk.org/browse/JDK-8326483
Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
tags/V1_9_21_2
Alexander Kriegisch 2 months ago
parent
commit
0ce3dd8f73
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      pom.xml

+ 3
- 3
pom.xml View File

@@ -484,8 +484,8 @@
Maven Resources copies them to aj-build/dist/docs/doc. I.e., they will be clean on the website, if copied
from that folder, and also in the installer.

TODO: In the future, maybe this execution or the whole Antrun plugin can go away, after a JDK bug
request I just created (internal review ID 9076602) has been implemented and back-ported into all JDK
TODO: In the future, maybe this execution or the whole Antrun plugin can go away, after
https://bugs.openjdk.org/browse/JDK-8326483 has been implemented and back-ported into all JDK
versions we support for javadoc generation. But if that ever happens, it might take a while.
-->
<execution>
@@ -496,7 +496,7 @@
</goals>
<configuration>
<!-- Override in modules which need to filter javadocs -->
<skip>$true</skip>
<skip>true</skip>
<target>
<!-- See https://ant.apache.org/manual/Tasks/replaceregexp.html -->
<replaceregexp byline="true">

Loading…
Cancel
Save