You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by he...@apache.org on 2021/06/17 12:16:29 UTC

[commons-jexl] branch master updated: JEXL: add spotbugs:check to default goal

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

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


The following commit(s) were added to refs/heads/master by this push:
     new d4c638e  JEXL: add spotbugs:check to default goal
d4c638e is described below

commit d4c638e069dc29b626e05ea5210294e79ad4b9b1
Author: henrib <he...@apache.org>
AuthorDate: Thu Jun 17 14:16:22 2021 +0200

    JEXL: add spotbugs:check to default goal
---
 pom.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 4cebabf..2f7bce5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -117,8 +117,7 @@
     </dependencies>
 
     <build>
-        <!-- TODO spotbugs:check  -->
-        <defaultGoal>clean apache-rat:check package clirr:check checkstyle:check javadoc:javadoc</defaultGoal>
+        <defaultGoal>clean apache-rat:check spotbugs:check package clirr:check checkstyle:check javadoc:javadoc</defaultGoal>
         <plugins>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>