This is an automated email from the ASF dual-hosted git repository.
stariy95 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cayenne.git
The following commit(s) were added to refs/heads/master by this push:
new 048637cb8 Fix `maven-javadoc-plugin` configuration
048637cb8 is described below
commit 048637cb84b5e3a47fcfacaed86c1e06aedc9255
Author: Nikita Timofeev <[email protected]>
AuthorDate: Fri May 22 12:48:14 2026 +0400
Fix `maven-javadoc-plugin` configuration
---
docs/doc/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/doc/pom.xml b/docs/doc/pom.xml
index 08d495460..4498fdc87 100644
--- a/docs/doc/pom.xml
+++ b/docs/doc/pom.xml
@@ -101,7 +101,7 @@
<configuration>
<!-- must use
${project.build.directory}, as using relative path "target/sources" confuses
the plugin -->
<sourcepath>${project.build.directory}/sources</sourcepath>
-
<outputDirectory>${project.build.directory}/site/apidocs/doc/api</outputDirectory>
+
<outputDirectory>${project.build.directory}/site/</outputDirectory>
<header><![CDATA[<a
href="http://cayenne.apache.org" target="top">Apache Cayenne</a>]]></header>
</configuration>
<executions>