diff options
author | Olivier Lamy <olamy@apache.org> | 2012-07-30 17:41:47 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2012-07-30 17:41:47 +0000 |
commit | 529b9c0a672d941711393360068f75d7cc46e89d (patch) | |
tree | b70745c48c9e12cb9bb8d3764bb134fa99523fd4 /pom.xml | |
parent | cbae5aa7fc3a551ba7f76475f19e9b2c027a47b1 (diff) | |
download | archiva-529b9c0a672d941711393360068f75d7cc46e89d.tar.gz archiva-529b9c0a672d941711393360068f75d7cc46e89d.zip |
jenkins can use a private repository in .repository directory
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1367188 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1770,6 +1770,7 @@ <exclude>**/*.iml</exclude> <exclude>build-number.txt</exclude> <exclude>.idea/**</exclude> + <exclude>.repository/**</exclude> </excludes> </configuration> </plugin> |