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

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


The following commit(s) were added to refs/heads/master by this push:
     new 56da5a3  Remove clirr:check from default maven goal
     new 5d2eaf3  Merge pull request #45 from kinow/disable-clir-for-alpha
56da5a3 is described below

commit 56da5a3d59c0740be15501f41a30ffb61c965b4b
Author: Bruno P. Kinoshita <[email protected]>
AuthorDate: Tue Jun 4 20:07:04 2019 +1200

    Remove clirr:check from default maven goal
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index ca9adcc..fc37742 100644
--- a/pom.xml
+++ b/pom.xml
@@ -88,7 +88,7 @@
   <inceptionYear>2007</inceptionYear>
 
   <build>
-    <defaultGoal>clean verify apache-rat:check clirr:check checkstyle:check 
findbugs:check javadoc:javadoc</defaultGoal>
+    <defaultGoal>clean verify apache-rat:check checkstyle:check findbugs:check 
javadoc:javadoc</defaultGoal>
     <plugins>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>

Reply via email to