This is an automated email from the ASF dual-hosted git repository.

pkarwasz pushed a commit to branch 2.x-site-pro
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git

commit 7c9a7ed402934b9cc950526d0fe1fbf43d5381fc
Author: Piotr P. Karwasz <[email protected]>
AuthorDate: Wed Jun 18 08:56:08 2025 +0200

    Adapt to changed Javadoc output directory
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 856d2a805e..c2bdfd5de9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -830,7 +830,7 @@
               
<outputDirectory>${maven.multiModuleProjectDirectory}/target/site/javadoc/${project.artifactId}</outputDirectory>
               <resources>
                 <resource>
-                  
<directory>${project.build.directory}/site/apidocs</directory>
+                  
<directory>${project.build.directory}/reports/apidocs</directory>
                 </resource>
               </resources>
             </configuration>

Reply via email to