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-logging.git
The following commit(s) were added to refs/heads/master by this push: new 77325bc Add CLIRR check to Maven default goal. 77325bc is described below commit 77325bc9116c43d6e31cf844599a653c35639b67 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Mon Dec 14 15:33:26 2020 -0500 Add CLIRR check to Maven default goal. --- pom.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index c270632..125efb6 100644 --- a/pom.xml +++ b/pom.xml @@ -177,8 +177,9 @@ under the License. </scm> <build> - <!-- TODO spotbugs:check japicmp:cmp --> - <defaultGoal>clean apache-rat:check javadoc:javadoc package</defaultGoal> + <!-- TODO spotbugs:check --> + <!-- TODO replace clirr:check with japicmp:cmp --> + <defaultGoal>clean apache-rat:check clirr:check javadoc:javadoc package</defaultGoal> <plugins> <!--