Skip to content

Commit 2caee52

Browse files
committed
chore: Update Maven plugin version for generating Javadocs
1 parent 34eebed commit 2caee52

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

pom.xml

+14
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,20 @@
6969
</includes>
7070
</configuration>
7171
</plugin>
72+
<plugin>
73+
<groupId>org.apache.maven.plugins</groupId>
74+
<artifactId>maven-javadoc-plugin</artifactId>
75+
<version>3.7.0</version>
76+
<executions>
77+
<execution>
78+
<id>attach-javadocs</id>
79+
<phase>package</phase>
80+
<goals>
81+
<goal>jar</goal>
82+
</goals>
83+
</execution>
84+
</executions>
85+
</plugin>
7286
</plugins>
7387
</build>
7488

0 commit comments

Comments
 (0)