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-jci.git

commit 064c60d0870f21b7a9d5d6f4583eab91ab84c11e
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sun Mar 19 09:40:47 2023 -0400

    Add javadoc:javadoc to default Maven goal, now that it actually builds
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index f9a5e80..9bbcc81 100644
--- a/pom.xml
+++ b/pom.xml
@@ -94,7 +94,7 @@
         <url>https://gitbox.apache.org/repos/asf/commons-jci</url>
     </scm>
     <build>
-           <defaultGoal>clean verify</defaultGoal>
+           <defaultGoal>clean verify javadoc:javadoc</defaultGoal>
         <plugins>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>

Reply via email to