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

commit d48f72e01378c370ce772edb02de390dd42a7aaa
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Fri Aug 25 09:43:47 2023 -0400

    Move Checkstyle to the end of the default goal list
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 781b1d64..d63536c4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -181,7 +181,7 @@
   </properties>
 
   <build>
-    <defaultGoal>clean verify apache-rat:check japicmp:cmp checkstyle:check 
spotbugs:check pmd:check pmd:cpd-check javadoc:javadoc</defaultGoal>
+    <defaultGoal>clean verify apache-rat:check japicmp:cmp spotbugs:check 
pmd:check pmd:cpd-check javadoc:javadoc checkstyle:check</defaultGoal>
     <pluginManagement>
       <plugins>
         <plugin>

Reply via email to