Skip to content

Commit 07c7657

Browse files
committed
Fix maven-javadoc-plugin configuration
1 parent 4e6a848 commit 07c7657

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

docs/doc/pom.xml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -101,10 +101,7 @@
101101
<configuration>
102102
<!-- must use ${project.build.directory}, as using relative path "target/sources" confuses the plugin -->
103103
<sourcepath>${project.build.directory}/sources</sourcepath>
104-
105-
<!-- this is relative to target/site/apidocs -->
106-
<destDir>doc/api</destDir>
107-
<stylesheet>java</stylesheet>
104+
<outputDirectory>${project.build.directory}/site/apidocs/doc/api</outputDirectory>
108105
<header><![CDATA[<a href="http://cayenne.apache.org" target="top">Apache Cayenne</a>]]></header>
109106
</configuration>
110107
<executions>

0 commit comments

Comments
 (0)