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 2022/01/15 15:52:16 UTC

[commons-ognl] branch master updated: Add RAT check and CLIRR check to default 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-ognl.git


The following commit(s) were added to refs/heads/master by this push:
     new f966a8b  Add RAT check and CLIRR check to default goal.
f966a8b is described below

commit f966a8b2e9586fcac0ed30faf9d258bc91ad37ec
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Jan 15 10:52:14 2022 -0500

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

diff --git a/pom.xml b/pom.xml
index 51fb3df..80af37a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -220,7 +220,7 @@ limitations under the License.
 
   <build>
     <!-- TODO SpotBugs, Checkstyle -->
-    <defaultGoal>clean package javadoc:javadoc</defaultGoal>
+    <defaultGoal>clean apache-rat:check package clirr:check javadoc:javadoc</defaultGoal>
     <plugins>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>