Author: olamy
Date: Fri May 3 23:28:22 2013
New Revision: 1479004
URL: http://svn.apache.org/r1479004
Log:
.gitignore more content
Modified:
archiva/redback/redback-core/trunk/deploySite.sh
archiva/redback/redback-core/trunk/pom.xml
Modified: archiva/redback/redback-core/trunk/deploySite.sh
URL:
http://svn.apache.org/viewvc/archiva/redback/redback-core/trunk/deploySite.sh?rev=1479004&r1=1479003&r2=1479004&view=diff
==============================================================================
--- archiva/redback/redback-core/trunk/deploySite.sh (original)
+++ archiva/redback/redback-core/trunk/deploySite.sh Fri May 3 23:28:22 2013
@@ -1 +1 @@
-mvn clean site site:stage scm-publish:publish-scm
+mvn clean site site:stage scm-publish:publish-scm $@
Modified: archiva/redback/redback-core/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/archiva/redback/redback-core/trunk/pom.xml?rev=1479004&r1=1479003&r2=1479004&view=diff
==============================================================================
--- archiva/redback/redback-core/trunk/pom.xml (original)
+++ archiva/redback/redback-core/trunk/pom.xml Fri May 3 23:28:22 2013
@@ -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>