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

commit de469797120c0cfcfe738dcf1dc107df41e0923a
Author: Alex Herbert <a.herb...@sussex.ac.uk>
AuthorDate: Tue Feb 18 23:07:37 2020 +0000

    Add checkstyle:check to defaultGoal
---
 pom.xml | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index a51ccff..d3f89c0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -542,18 +542,18 @@
     <!-- Override clirr version to enable clirr on Java 8 -->
     <commons.clirr.version>2.8</commons.clirr.version>
     <commons.jacoco.version>0.8.5</commons.jacoco.version>
-    
+
     <!--Commons Release Plugin -->
     <commons.bc.version>4.4</commons.bc.version>
     <commons.release.isDistModule>true</commons.release.isDistModule>
     <commons.releaseManagerName>Gary Gregory</commons.releaseManagerName>    
     <commons.releaseManagerKey>86fdc7e2a11262cb</commons.releaseManagerKey>
-    
+
   </properties>
 
 
   <build>
-    <defaultGoal>clean verify apache-rat:check clirr:check 
javadoc:javadoc</defaultGoal>
+    <defaultGoal>clean verify apache-rat:check checkstyle:check clirr:check 
javadoc:javadoc</defaultGoal>
     <plugins>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
@@ -605,6 +605,8 @@
           
<headerLocation>${basedir}/src/conf/license-header.txt</headerLocation>
           
<suppressionsLocation>${basedir}/src/conf/checkstyle-suppressions.xml</suppressionsLocation>
           <enableRulesSummary>false</enableRulesSummary>
+          <includeTestSourceDirectory>false</includeTestSourceDirectory>
+          
<resourceExcludes>NOTICE.txt,LICENSE.txt,**/pom.properties,**/test.properties,**/resolver-status.properties</resourceExcludes>
         </configuration>
       </plugin>
       <plugin>

Reply via email to