We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e42f9c1 commit 9c93751Copy full SHA for 9c93751
1 file changed
pom.xml
@@ -1722,6 +1722,27 @@
1722
</executions>
1723
</plugin>
1724
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
+
1746
<!-- GPG -->
1747
<plugin>
1748
<groupId>org.apache.maven.plugins</groupId>
0 commit comments