Skip to content

Commit ff724b8

Browse files
committed
Fix Site, RAT, and PMD; declutter the root folder
1 parent 5e5a627 commit ff724b8

3 files changed

Lines changed: 20 additions & 1 deletion

File tree

.gitattributes

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,16 @@
1+
# Licensed to the Apache Software Foundation (ASF) under one or more
2+
# contributor license agreements. See the NOTICE file distributed with
3+
# this work for additional information regarding copyright ownership.
4+
# The ASF licenses this file to You under the Apache License, Version 2.0
5+
# (the "License"); you may not use this file except in compliance with
6+
# the License. You may obtain a copy of the License at
7+
#
8+
# http://www.apache.org/licenses/LICENSE-2.0
9+
#
10+
# Unless required by applicable law or agreed to in writing, software
11+
# distributed under the License is distributed on an "AS IS" BASIS,
12+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
# See the License for the specific language governing permissions and
14+
# limitations under the License.
15+
116
* text=auto

pom.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,7 @@ limitations under the License.
283283
<commons.encoding>UTF-8</commons.encoding>
284284
<checkstyle.header.file>${basedir}/src/conf/checkstyle-header.txt</checkstyle.header.file>
285285
<checkstyle.config.file>${basedir}/src/conf/checkstyle.xml</checkstyle.config.file>
286+
<commons.rat.version>0.14</commons.rat.version>
286287
<commons.checkstyle-plugin.version>3.1.2</commons.checkstyle-plugin.version>
287288
<commons.checkstyle.version>9.3</commons.checkstyle.version>
288289
<commons.japicmp.version>0.15.7</commons.japicmp.version>
@@ -291,6 +292,7 @@ limitations under the License.
291292
<commons.surefire-report.version>3.0.0-M7</commons.surefire-report.version>
292293
<commons.animal-sniffer.version>1.21</commons.animal-sniffer.version>
293294
<commons.pmd.version>3.17.0</commons.pmd.version>
295+
<commons.pmd-impl.version>6.47.0</commons.pmd-impl.version>
294296
<japicmp.skip>false</japicmp.skip>
295297
<jacoco.skip>false</jacoco.skip>
296298
<clirr.skip>true</clirr.skip>
@@ -346,6 +348,7 @@ limitations under the License.
346348
<artifactId>apache-rat-plugin</artifactId>
347349
<configuration>
348350
<excludes>
351+
<exclude>src/test/resources/org/apache/commons/codec/bla.tar</exclude>
349352
<exclude>src/test/resources/org/apache/commons/codec/bla.tar.xz</exclude>
350353
<exclude>src/test/resources/org/apache/commons/codec/empty.bin</exclude>
351354
<exclude>src/test/resources/org/apache/commons/codec/small.bin</exclude>
@@ -420,6 +423,7 @@ limitations under the License.
420423
<artifactId>apache-rat-plugin</artifactId>
421424
<configuration>
422425
<excludes>
426+
<exclude>src/test/resources/org/apache/commons/codec/bla.tar</exclude>
423427
<exclude>src/test/resources/org/apache/commons/codec/bla.tar.xz</exclude>
424428
<exclude>src/test/resources/org/apache/commons/codec/empty.bin</exclude>
425429
<exclude>src/test/resources/org/apache/commons/codec/small.bin</exclude>
@@ -446,7 +450,7 @@ limitations under the License.
446450
<targetJdk>${maven.compiler.target}</targetJdk>
447451
<linkXref>true</linkXref>
448452
<rulesets>
449-
<ruleset>${basedir}/pmd.xml</ruleset>
453+
<ruleset>${basedir}/src/conf/pmd.xml</ruleset>
450454
</rulesets>
451455
</configuration>
452456
</plugin>
File renamed without changes.

0 commit comments

Comments
 (0)