File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525 </scm >
2626
2727 <properties >
28+
2829 <!-- versions -->
2930 <plugin .enforcer.version>3.5.0</plugin .enforcer.version>
3031 <plugin .versions.version>2.16.1</plugin .versions.version>
3940 <plugin .gpg.version>3.2.5</plugin .gpg.version>
4041 <plugin .central-publishing.version>0.7.0</plugin .central-publishing.version>
4142 <plugin .maven-gpg.version>3.2.7</plugin .maven-gpg.version>
43+ <plugin .javadoc.version>3.11.2</plugin .javadoc.version>
4244
4345 <junit .version>4.13.2</junit .version>
4446 <hamcrest .version>1.3</hamcrest .version>
217219 </archive >
218220 </configuration >
219221 </plugin >
222+
223+ <plugin >
224+ <groupId >org.apache.maven.plugins</groupId >
225+ <artifactId >maven-javadoc-plugin</artifactId >
226+ <version >${plugin.javadoc.version} </version >
227+ <configuration >
228+ <source >17</source >
229+ <outputDirectory >${project.build.directory} /javadoc</outputDirectory >
230+ </configuration >
231+ <executions >
232+ <execution >
233+ <id >attach-javadocs</id >
234+ <goals >
235+ <goal >jar</goal >
236+ </goals >
237+ </execution >
238+ </executions >
239+ </plugin >
220240 </plugins >
221241 </build >
222242
You can’t perform that action at this time.
0 commit comments