Author: ggregory Date: Wed Oct 11 23:19:19 2017 New Revision: 1811899 URL: http://svn.apache.org/viewvc?rev=1811899&view=rev Log: Exclude .htaccess file from RAT check.
Modified: commons/proper/codec/trunk/pom.xml Modified: commons/proper/codec/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/codec/trunk/pom.xml?rev=1811899&r1=1811898&r2=1811899&view=diff ============================================================================== --- commons/proper/codec/trunk/pom.xml (original) +++ commons/proper/codec/trunk/pom.xml Wed Oct 11 23:19:19 2017 @@ -255,6 +255,17 @@ limitations under the License. </pluginManagement> <plugins> + <plugin> + <groupId>org.apache.rat</groupId> + <artifactId>apache-rat-plugin</artifactId> + <version>${commons.rat.version}</version> + <configuration> + <excludes> + <exclude>src/site/resources/.htaccess</exclude> + </excludes> + </configuration> + </plugin> + <!-- Exclude cli from source jar --> <plugin> <groupId>org.apache.maven.plugins</groupId>