diff options
author | olivier lamy <olamy@apache.org> | 2017-04-25 09:54:45 +1000 |
---|---|---|
committer | olivier lamy <olamy@apache.org> | 2017-04-25 09:54:45 +1000 |
commit | 2f4b43d493c57cd6c174c4ba671c82b20019d471 (patch) | |
tree | a43642d16203c9a69e82800b2d5c558104b66bb2 /pom.xml | |
parent | 3baa6b596c7a1831ce77371a89b4dba43bdee4ed (diff) | |
download | archiva-2f4b43d493c57cd6c174c4ba671c82b20019d471.tar.gz archiva-2f4b43d493c57cd6c174c4ba671c82b20019d471.zip |
exclude Jenkinsfile from rat
Signed-off-by: olivier lamy <olamy@apache.org>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1843,6 +1843,7 @@ <exclude>nb-configuration.xml</exclude> <exclude>.travis.yml</exclude> <exclude>out/**</exclude> + <exclude>Jenkinsfile</exclude> </excludes> </configuration> </plugin> |