diff options
author | Olivier Lamy <olamy@apache.org> | 2013-05-03 23:28:22 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2013-05-03 23:28:22 +0000 |
commit | b888bf3c3b256af2e60d1977781e95b018a02b7f (patch) | |
tree | 5416b2ada68bfa4de7ed61196f2566d4c0a33a25 | |
parent | 356bf8a0b91fd2caca5b22b0f654c8a303638eb1 (diff) | |
download | archiva-b888bf3c3b256af2e60d1977781e95b018a02b7f.tar.gz archiva-b888bf3c3b256af2e60d1977781e95b018a02b7f.zip |
.gitignore more content
git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@1479004 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | deploySite.sh | 2 | ||||
-rw-r--r-- | pom.xml | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/deploySite.sh b/deploySite.sh index 94fa1e8bb..bde5cf6a6 100644 --- a/deploySite.sh +++ b/deploySite.sh @@ -1 +1 @@ -mvn clean site site:stage scm-publish:publish-scm +mvn clean site site:stage scm-publish:publish-scm $@ @@ -771,7 +771,8 @@ <!-- Eclipse files --> <exclude>.project</exclude> <exclude>.classpath</exclude> - <exclude>.settings</exclude> + <exclude>.settings/**</exclude> + <exclude>.site-content/**</exclude> </excludes> </configuration> <executions> |