Skip to content

Commit 9fe06ae

Browse files
committed
Bumping maven-javadoc-plugin version.
1 parent 6d12372 commit 9fe06ae

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

pom.xml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -546,15 +546,25 @@
546546
</plugin>
547547
<plugin>
548548
<artifactId>maven-javadoc-plugin</artifactId>
549-
<version>3.6.0</version>
549+
<version>3.12.0</version>
550550
<executions>
551+
<execution>
552+
<id>javadoc-site</id>
553+
<goals>
554+
<goal>javadoc</goal>
555+
</goals>
556+
<configuration>
557+
<includeDependencySources>true</includeDependencySources>
558+
</configuration>
559+
</execution>
551560
<execution>
552561
<id>attach-javadocs</id>
553562
<goals>
554563
<goal>jar</goal>
555564
</goals>
556565
<configuration>
557566
<quiet>true</quiet>
567+
<includeDependencySources>true</includeDependencySources>
558568
</configuration>
559569
</execution>
560570
</executions>

0 commit comments

Comments
 (0)