Skip to content

Commit d4b2bad

Browse files
committed
Fix links between JavaDoc modules
1 parent a1badbe commit d4b2bad

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -677,6 +677,16 @@
677677
Oracle and Java are registered trademarks of Oracle and/or its affiliates.
678678
Other names may be trademarks of their respective owners.
679679
</p>]]></bottom>
680+
<offlineLinks>
681+
<link>
682+
<url>https://logging.apache.org/log4j/2.x/javadoc/log4j-api</url>
683+
<location>${maven.multiModuleProjectDirectory}/log4j-api/target/site/apidocs/</location>
684+
</link>
685+
<link>
686+
<url>https://logging.apache.org/log4j/2.x/javadoc/log4j-core</url>
687+
<location>${maven.multiModuleProjectDirectory}/log4j-core/target/site/apidocs/</location>
688+
</link>
689+
</offlineLinks>
680690
</configuration>
681691
</execution>
682692
</executions>

0 commit comments

Comments
 (0)