You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by br...@apache.org on 2017/06/08 17:37:01 UTC

[32/50] [abbrv] commons-cli git commit: Exclude .htaccess file from RAT report

Exclude .htaccess file from RAT report

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/cli/trunk@1786142 13f79535-47bb-0310-9956-ffa450edef68


Project: http://git-wip-us.apache.org/repos/asf/commons-cli/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-cli/commit/ace721e8
Tree: http://git-wip-us.apache.org/repos/asf/commons-cli/tree/ace721e8
Diff: http://git-wip-us.apache.org/repos/asf/commons-cli/diff/ace721e8

Branch: refs/heads/master
Commit: ace721e8cacbb4332c70a41ae746b07a54b11ab9
Parents: 54de01b
Author: Benedikt Ritter <br...@apache.org>
Authored: Thu Mar 9 11:30:01 2017 +0000
Committer: Benedikt Ritter <br...@apache.org>
Committed: Thu Mar 9 11:30:01 2017 +0000

----------------------------------------------------------------------
 pom.xml | 9 +++++++++
 1 file changed, 9 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-cli/blob/ace721e8/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 41899a4..0355b90 100644
--- a/pom.xml
+++ b/pom.xml
@@ -194,6 +194,15 @@
     <pluginManagement>
       <plugins>
         <plugin>
+          <groupId>org.apache.rat</groupId>
+          <artifactId>apache-rat-plugin</artifactId>
+          <configuration>
+            <excludes>
+              <exclude>src/site/resources/.htaccess</exclude>
+            </excludes>
+          </configuration>
+        </plugin>
+        <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-scm-publish-plugin</artifactId>
           <configuration>