This is an automated email from the ASF dual-hosted git repository.
anovikov pushed a commit to branch release/ignite-spring-session-ext-2.0.0
in repository https://gitbox.apache.org/repos/asf/ignite-extensions.git
The following commit(s) were added to
refs/heads/release/ignite-spring-session-ext-2.0.0 by this push:
new cd1e49c1 IGNITE-22317 Fixed javadoc generation.
cd1e49c1 is described below
commit cd1e49c1c72d70e35ed10dee80dc0f90c2831e37
Author: Andrey Novikov <[email protected]>
AuthorDate: Tue May 28 16:02:39 2024 +0700
IGNITE-22317 Fixed javadoc generation.
---
parent-internal/pom.xml | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/parent-internal/pom.xml b/parent-internal/pom.xml
index bd5b5e24..8188a6fe 100644
--- a/parent-internal/pom.xml
+++ b/parent-internal/pom.xml
@@ -97,6 +97,27 @@
</dependencies>
<build>
+ <pluginManagement>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ <configuration>
+
<doclet>capital.scalable.restdocs.jsondoclet.ExtractDocumentationAsJsonDoclet</doclet>
+ <docletArtifact>
+ <groupId>capital.scalable</groupId>
+
<artifactId>spring-auto-restdocs-json-doclet-jdk9</artifactId>
+ <version>2.0.11</version>
+ </docletArtifact>
+ <destDir>generated-javadoc-json</destDir>
+
<reportOutputDirectory>${basedir}${docDirectory}/report</reportOutputDirectory>
+
<useStandardDocletOptions>false</useStandardDocletOptions>
+ <show>package</show>
+ </configuration>
+ </plugin>
+ </plugins>
+ </pluginManagement>
+
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>