This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-release-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new 4bf409e Pick up Javadoc site configuration from parent POM and make
sure it works
4bf409e is described below
commit 4bf409e2a899973be9728ed5346743df1468ec31
Author: Gary D. Gregory <[email protected]>
AuthorDate: Wed Jul 23 05:52:59 2025 -0400
Pick up Javadoc site configuration from parent POM and make sure it
works
Fixes:
[WARNING] Javadoc Warnings
[WARNING] warning: The code being documented uses packages in the
unnamed module, but the packages defined in
https://docs.oracle.com/en/java/javase/21/docs/api/ are in named
modules.
[WARNING] 1 warning
---
pom.xml | 24 +-----------------------
1 file changed, 1 insertion(+), 23 deletions(-)
diff --git a/pom.xml b/pom.xml
index 66e23a7..4fa4b7b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -209,7 +209,7 @@
</dependency>
</dependencies>
<build>
- <defaultGoal>clean verify apache-rat:check checkstyle:check spotbugs:check
javadoc:javadoc</defaultGoal>
+ <defaultGoal>clean verify apache-rat:check checkstyle:check spotbugs:check
javadoc:javadoc site</defaultGoal>
<resources>
<resource>
<directory>src/main/resources</directory>
@@ -440,28 +440,6 @@
<reportSet/>
</reportSets>
</plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-javadoc-plugin</artifactId>
- <version>${commons.javadoc.version}</version>
- <configuration>
- <!-- keep only errors and warnings -->
- <show>private</show>
- <quiet>true</quiet>
- <encoding>${commons.encoding}</encoding>
- <notimestamp>true</notimestamp>
- <links>
- <link>${commons.javadoc.java.link}</link>
- <link>${commons.javadoc.javaee.link}</link>
- </links>
- <archive>
- <manifest>
-
<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
-
<addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
- </manifest>
- </archive>
- </configuration>
- </plugin>
<plugin>
<artifactId>maven-checkstyle-plugin</artifactId>
<configuration>