diff --git a/pom.xml b/pom.xml index cf92a5901..a51ccff78 100644 --- a/pom.xml +++ b/pom.xml @@ -532,7 +532,8 @@ 12310465 RC1 - 3.0.0 + 3.1.0 + 8.29 collections https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-collections @@ -592,10 +593,18 @@ maven-checkstyle-plugin ${checkstyle.version} + + + com.puppycrawl.tools + checkstyle + ${checkstyle.dep.version} + + ${basedir}/src/conf/checkstyle.xml - false + ${basedir}/src/conf/license-header.txt ${basedir}/src/conf/checkstyle-suppressions.xml + false diff --git a/src/conf/checkstyle.xml b/src/conf/checkstyle.xml index df0841f6f..c2bfec20d 100644 --- a/src/conf/checkstyle.xml +++ b/src/conf/checkstyle.xml @@ -1,85 +1,63 @@ - + - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - diff --git a/src/conf/license-header.txt b/src/conf/license-header.txt new file mode 100644 index 000000000..ae6f28c4a --- /dev/null +++ b/src/conf/license-header.txt @@ -0,0 +1,16 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */