Skip to content

Commit f7bf310

Browse files
Updating POM: Adding JavaDoc generation
1 parent 115b828 commit f7bf310

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

pom.xml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,5 +131,22 @@
131131
</exclusions>
132132
</dependency>
133133
</dependencies>
134+
135+
<reporting>
136+
<plugins>
137+
<plugin>
138+
<groupId>org.apache.maven.plugins</groupId>
139+
<artifactId>maven-javadoc-plugin</artifactId>
140+
<version>3.12.0</version>
141+
<reportSets>
142+
<reportSet>
143+
<reports>
144+
<report>javadoc</report>
145+
</reports>
146+
</reportSet>
147+
</reportSets>
148+
</plugin>
149+
</plugins>
150+
</reporting>
134151

135152
</project>

0 commit comments

Comments
 (0)