You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ah...@apache.org on 2020/08/28 17:00:43 UTC

[commons-beanutils] 02/02: Add checkstyle:check to default goal

This is an automated email from the ASF dual-hosted git repository.

aherbert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-beanutils.git

commit a5348793aed244e87244c631b2342e3ff754bfab
Author: aherbert <ah...@apache.org>
AuthorDate: Fri Aug 28 17:56:52 2020 +0100

    Add checkstyle:check to default goal
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 3569b42..07c4260 100644
--- a/pom.xml
+++ b/pom.xml
@@ -346,7 +346,7 @@
   </dependencies>
 
   <build>
-    <defaultGoal>clean apache-rat:check verify javadoc:javadoc</defaultGoal>
+    <defaultGoal>clean apache-rat:check checkstyle:check verify javadoc:javadoc</defaultGoal>
       <plugins>
         <plugin>
           <groupId>org.apache.felix</groupId>