File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed
Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change 17221722 </executions >
17231723 </plugin >
17241724
1725+ <!-- Javadoc -->
1726+ <plugin >
1727+ <groupId >org.apache.maven.plugins</groupId >
1728+ <artifactId >maven-javadoc-plugin</artifactId >
1729+ <version >${maven-javadoc-plugin.version} </version >
1730+ <configuration >
1731+ <excludePackageNames >${javadoc.excludes} </excludePackageNames >
1732+ <show >public</show >
1733+ <detectJavaApiLink >true</detectJavaApiLink >
1734+ <release >${maven.compiler.release} </release >
1735+ </configuration >
1736+ <executions >
1737+ <execution >
1738+ <id >attach-javadocs</id >
1739+ <goals >
1740+ <goal >jar</goal >
1741+ </goals >
1742+ </execution >
1743+ </executions >
1744+ </plugin >
1745+
17251746 <!-- GPG -->
17261747 <plugin >
17271748 <groupId >org.apache.maven.plugins</groupId >
You can’t perform that action at this time.
0 commit comments