We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
maven-javadoc-plugin
1 parent 4e6a848 commit 07c7657Copy full SHA for 07c7657
1 file changed
docs/doc/pom.xml
@@ -101,10 +101,7 @@
101
<configuration>
102
<!-- must use ${project.build.directory}, as using relative path "target/sources" confuses the plugin -->
103
<sourcepath>${project.build.directory}/sources</sourcepath>
104
-
105
- <!-- this is relative to target/site/apidocs -->
106
- <destDir>doc/api</destDir>
107
- <stylesheet>java</stylesheet>
+ <outputDirectory>${project.build.directory}/site/apidocs/doc/api</outputDirectory>
108
<header><![CDATA[<a href="http://cayenne.apache.org" target="top">Apache Cayenne</a>]]></header>
109
</configuration>
110
<executions>
0 commit comments