Skip to content

Commit

Permalink
RAT report should ignore src/site/resources/.htaccess
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@1812344 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
garydgregory committed Oct 17, 2017
1 parent f538647 commit fe037f6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -366,6 +366,15 @@ limitations under the License.
<artifactId>javancss-maven-plugin</artifactId>
<version>2.1</version>
</plugin>
<plugin>
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-plugin</artifactId>
<configuration>
<excludes>
<exclude>src/site/resources/.htaccess</exclude>
</excludes>
</configuration>
</plugin>
</plugins>
</reporting>
<profiles>
Expand Down

0 comments on commit fe037f6

Please sign in to comment.