Skip to content

Commit 9c93751

Browse files
committed
build: added back javadoc configuration to central profile
1 parent e42f9c1 commit 9c93751

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

pom.xml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1722,6 +1722,27 @@
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>

0 commit comments

Comments
 (0)