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 5591aafeb163e6dc021f562f5ffdd6cef3092204
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Tue Jan 3 18:04:25 2023 -0500

    Add default goal
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

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

Reply via email to