Skip to content

Commit fe037f6

Browse files
committed
RAT report should ignore src/site/resources/.htaccess
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@1812344 13f79535-47bb-0310-9956-ffa450edef68
1 parent f538647 commit fe037f6

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

pom.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -366,6 +366,15 @@ limitations under the License.
366366
<artifactId>javancss-maven-plugin</artifactId>
367367
<version>2.1</version>
368368
</plugin>
369+
<plugin>
370+
<groupId>org.apache.rat</groupId>
371+
<artifactId>apache-rat-plugin</artifactId>
372+
<configuration>
373+
<excludes>
374+
<exclude>src/site/resources/.htaccess</exclude>
375+
</excludes>
376+
</configuration>
377+
</plugin>
369378
</plugins>
370379
</reporting>
371380
<profiles>

0 commit comments

Comments
 (0)