Skip to content

Commit 92265a4

Browse files
Fixing GitHub workflow for JavaDoc building
1 parent bdfd996 commit 92265a4

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

pom.xml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,5 +108,22 @@
108108
</dependency>
109109
-->
110110
</dependencies>
111+
112+
<reporting>
113+
<plugins>
114+
<plugin>
115+
<groupId>org.apache.maven.plugins</groupId>
116+
<artifactId>maven-javadoc-plugin</artifactId>
117+
<version>3.12.0</version>
118+
<reportSets>
119+
<reportSet>
120+
<reports>
121+
<report>javadoc</report>
122+
</reports>
123+
</reportSet>
124+
</reportSets>
125+
</plugin>
126+
</plugins>
127+
</reporting>
111128

112129
</project>

0 commit comments

Comments
 (0)