Skip to content

Commit

Permalink
Fix links between JavaDoc modules
Browse files Browse the repository at this point in the history
  • Loading branch information
ppkarwasz committed Jul 18, 2024
1 parent 13c434c commit 91b15f3
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -709,6 +709,24 @@
Oracle and Java are registered trademarks of Oracle and/or its affiliates.
Other names may be trademarks of their respective owners.
</p>]]></bottom>
<offlineLinks>
<link>
<url>https://logging.apache.org/log4j/2.x/javadoc/log4j-api</url>
<location>${maven.multiModuleProjectDirectory}/log4j-api/target/site/apidocs/</location>
</link>
<link>
<url>https://logging.apache.org/log4j/2.x/javadoc/log4j-core</url>
<location>${maven.multiModuleProjectDirectory}/log4j-core/target/site/apidocs/</location>
</link>
<link>
<url>https://logging.apache.org/log4j/2.x/javadoc/log4j-kit</url>
<location>${maven.multiModuleProjectDirectory}/log4j-kit/target/site/apidocs/</location>
</link>
<link>
<url>https://logging.apache.org/log4j/2.x/javadoc/log4j-plugins</url>
<location>${maven.multiModuleProjectDirectory}/log4j-plugins/target/site/apidocs/</location>
</link>
</offlineLinks>
</configuration>
</execution>
</executions>
Expand Down

0 comments on commit 91b15f3

Please sign in to comment.