Upgrade build plugins.

Closes #2429
This commit is contained in:
Mark Paluch
2024-11-18 12:02:12 +01:00
parent c5249b7746
commit 579e562fc8
4 changed files with 23 additions and 23 deletions

View File

@@ -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>

View File

@@ -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>