Skip to content

Commit 710b02c

Browse files
committed
Exclude .htaccess file from RAT check.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@1811899 13f79535-47bb-0310-9956-ffa450edef68
1 parent 4f8106e commit 710b02c

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

pom.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,17 @@ limitations under the License.
255255
</pluginManagement>
256256
<plugins>
257257

258+
<plugin>
259+
<groupId>org.apache.rat</groupId>
260+
<artifactId>apache-rat-plugin</artifactId>
261+
<version>${commons.rat.version}</version>
262+
<configuration>
263+
<excludes>
264+
<exclude>src/site/resources/.htaccess</exclude>
265+
</excludes>
266+
</configuration>
267+
</plugin>
268+
258269
<!-- Exclude cli from source jar -->
259270
<plugin>
260271
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)