@@ -31,7 +31,7 @@
|
||||
Adds javadoc html to the distribution archive under the 'docs/javadoc'
|
||||
directory see pom.xml 'maven-javadoc-plugin' declaration.
|
||||
-->
|
||||
<directory>${project.root}/target/site/apidocs</directory>
|
||||
<directory>${project.root}/target/reports/apidocs</directory>
|
||||
<outputDirectory>api</outputDirectory>
|
||||
</fileSet>
|
||||
</fileSets>
|
||||
|
||||
@@ -28,8 +28,8 @@
|
||||
Adds javadoc html to the distribution archive under the 'docs/javadoc'
|
||||
directory see pom.xml 'maven-javadoc-plugin' declaration.
|
||||
-->
|
||||
<directory>${project.root}/target/site/apidocs</directory>
|
||||
<directory>${project.root}/target/reports/apidocs</directory>
|
||||
<outputDirectory>docs/api</outputDirectory>
|
||||
</fileSet>
|
||||
</fileSets>
|
||||
</component>
|
||||
</component>
|
||||
|
||||
Reference in New Issue
Block a user