aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Lamy <olamy@apache.org>2013-05-03 23:28:22 +0000
committerOlivier Lamy <olamy@apache.org>2013-05-03 23:28:22 +0000
commitb888bf3c3b256af2e60d1977781e95b018a02b7f (patch)
tree5416b2ada68bfa4de7ed61196f2566d4c0a33a25
parent356bf8a0b91fd2caca5b22b0f654c8a303638eb1 (diff)
downloadarchiva-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.sh2
-rw-r--r--pom.xml3
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 $@
diff --git a/pom.xml b/pom.xml
index 492eeabbb..5a87e95f6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>