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 07c7657bc Fix `maven-javadoc-plugin` configuration
07c7657bc is described below
commit 07c7657bc81a605cd0c0ef2d13f06b11bf324be8
Author: Nikita Timofeev <[email protected]>
AuthorDate: Fri May 22 12:33:20 2026 +0400
Fix `maven-javadoc-plugin` configuration
---
docs/doc/pom.xml | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/docs/doc/pom.xml b/docs/doc/pom.xml
index 0de3bdc57..08d495460 100644
--- a/docs/doc/pom.xml
+++ b/docs/doc/pom.xml
@@ -101,10 +101,7 @@
<configuration>
<!-- must use
${project.build.directory}, as using relative path "target/sources" confuses
the plugin -->
<sourcepath>${project.build.directory}/sources</sourcepath>
-
- <!-- this is relative
to target/site/apidocs -->
-
<destDir>doc/api</destDir>
-
<stylesheet>java</stylesheet>
+
<outputDirectory>${project.build.directory}/site/apidocs/doc/api</outputDirectory>
<header><![CDATA[<a
href="http://cayenne.apache.org" target="top">Apache Cayenne</a>]]></header>
</configuration>
<executions>