You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ol...@apache.org on 2017/04/24 23:54:51 UTC

archiva git commit: exclude Jenkinsfile from rat

Repository: archiva
Updated Branches:
  refs/heads/master 3baa6b596 -> 2f4b43d49


exclude Jenkinsfile from rat

Signed-off-by: olivier lamy <ol...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/archiva/repo
Commit: http://git-wip-us.apache.org/repos/asf/archiva/commit/2f4b43d4
Tree: http://git-wip-us.apache.org/repos/asf/archiva/tree/2f4b43d4
Diff: http://git-wip-us.apache.org/repos/asf/archiva/diff/2f4b43d4

Branch: refs/heads/master
Commit: 2f4b43d493c57cd6c174c4ba671c82b20019d471
Parents: 3baa6b5
Author: olivier lamy <ol...@apache.org>
Authored: Tue Apr 25 09:54:45 2017 +1000
Committer: olivier lamy <ol...@apache.org>
Committed: Tue Apr 25 09:54:45 2017 +1000

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


http://git-wip-us.apache.org/repos/asf/archiva/blob/2f4b43d4/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 7ee1070..c6e4522 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1843,6 +1843,7 @@
               <exclude>nb-configuration.xml</exclude>
               <exclude>.travis.yml</exclude>
               <exclude>out/**</exclude>
+              <exclude>Jenkinsfile</exclude>
             </excludes>
           </configuration>
         </plugin>