Skip to content

Commit 76c8bef

Browse files
authored
Fix Javadoc references across module boundaries (i.e., cross references) (#4100)
1 parent d0c00e9 commit 76c8bef

2 files changed

Lines changed: 15 additions & 2 deletions

File tree

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -688,11 +688,11 @@
688688
<offlineLinks>
689689
<link>
690690
<url>https://logging.apache.org/log4j/2.x/javadoc/log4j-api</url>
691-
<location>${maven.multiModuleProjectDirectory}/log4j-api/target/site/apidocs/</location>
691+
<location>${maven.multiModuleProjectDirectory}/log4j-api/target/reports/apidocs/</location>
692692
</link>
693693
<link>
694694
<url>https://logging.apache.org/log4j/2.x/javadoc/log4j-core</url>
695-
<location>${maven.multiModuleProjectDirectory}/log4j-core/target/site/apidocs/</location>
695+
<location>${maven.multiModuleProjectDirectory}/log4j-core/target/reports/apidocs/</location>
696696
</link>
697697
</offlineLinks>
698698
</configuration>
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<entry xmlns="https://logging.apache.org/xml/ns"
3+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4+
xsi:schemaLocation="
5+
https://logging.apache.org/xml/ns
6+
https://logging.apache.org/xml/ns/log4j-changelog-0.xsd"
7+
type="fixed">
8+
<issue id="4099" link="https://github.com/apache/logging-log4j2/issues/4099"/>
9+
<issue id="4100" link="https://github.com/apache/logging-log4j2/pull/4100"/>
10+
<description format="asciidoc">
11+
Javadoc references across module boundaries (i.e., cross-references) are fixed
12+
</description>
13+
</entry>

0 commit comments

Comments
 (0)