This is an automated email from the ASF dual-hosted git repository. garydgregory pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/commons-xml.git
commit bfabc452441c8c98c00e03986301677369ddb999 Author: Gary Gregory <[email protected]> AuthorDate: Fri Jun 26 17:39:44 2026 +0000 Add javadoc:javadoc to default goal. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 727c315..3e7b6c9 100644 --- a/pom.xml +++ b/pom.xml @@ -119,7 +119,7 @@ limitations under the License. </dependencies> <build> - <defaultGoal>clean checkstyle:check spotbugs:check pmd:check verify</defaultGoal> + <defaultGoal>clean checkstyle:check spotbugs:check pmd:check javadoc:javadoc verify</defaultGoal> <pluginManagement> <plugins> <plugin>
