We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1badbe commit d4b2badCopy full SHA for d4b2bad
pom.xml
@@ -677,6 +677,16 @@
677
Oracle and Java are registered trademarks of Oracle and/or its affiliates.
678
Other names may be trademarks of their respective owners.
679
</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
686
+ <url>https://logging.apache.org/log4j/2.x/javadoc/log4j-core</url>
687
+ <location>${maven.multiModuleProjectDirectory}/log4j-core/target/site/apidocs/</location>
688
689
+ </offlineLinks>
690
</configuration>
691
</execution>
692
</executions>
0 commit comments