You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2021/11/29 19:38:07 UTC

[commons-vfs] branch master updated: Enable Checklstyle in default Maven goal.

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


The following commit(s) were added to refs/heads/master by this push:
     new 4335b32  Enable Checklstyle in default Maven goal.
4335b32 is described below

commit 4335b326203a34fb7c1c3a93a24b631099ed40f9
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon Nov 29 14:38:03 2021 -0500

    Enable Checklstyle in default Maven goal.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index ef97bdd..6ca1776 100644
--- a/pom.xml
+++ b/pom.xml
@@ -213,7 +213,7 @@
 
   <build>
     <!-- japicmp:cmp needs package to work from a jar -->
-    <defaultGoal>clean package apache-rat:check japicmp:cmp javadoc:javadoc spotbugs:check pmd:check</defaultGoal>
+    <defaultGoal>clean package apache-rat:check japicmp:cmp javadoc:javadoc spotbugs:check pmd:check checkstyle:check</defaultGoal>
     <pluginManagement>
       <plugins>
         <plugin>