You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ol...@apache.org on 2013/05/02 03:22:01 UTC

svn commit: r1478247 - in /archiva/redback/redback-core/trunk: .gitignore pom.xml

Author: olamy
Date: Thu May  2 01:22:00 2013
New Revision: 1478247

URL: http://svn.apache.org/r1478247
Log:
do not pollute user home with data

Modified:
    archiva/redback/redback-core/trunk/.gitignore
    archiva/redback/redback-core/trunk/pom.xml

Modified: archiva/redback/redback-core/trunk/.gitignore
URL: http://svn.apache.org/viewvc/archiva/redback/redback-core/trunk/.gitignore?rev=1478247&r1=1478246&r2=1478247&view=diff
==============================================================================
--- archiva/redback/redback-core/trunk/.gitignore (original)
+++ archiva/redback/redback-core/trunk/.gitignore Thu May  2 01:22:00 2013
@@ -15,3 +15,4 @@ redback-integrations/redback-struts2/red
 redback-integrations/redback-struts2/redback-struts2-example/appserver-base
 redback-integrations/redback-struts2/redback-struts2-example/overlays/
 .DS_Store
+.site-content

Modified: archiva/redback/redback-core/trunk/pom.xml
URL: http://svn.apache.org/viewvc/archiva/redback/redback-core/trunk/pom.xml?rev=1478247&r1=1478246&r2=1478247&view=diff
==============================================================================
--- archiva/redback/redback-core/trunk/pom.xml (original)
+++ archiva/redback/redback-core/trunk/pom.xml Thu May  2 01:22:00 2013
@@ -86,7 +86,7 @@
     <redbackTestJdbcUrl>jdbc:hsqldb:mem:redback-test</redbackTestJdbcUrl>
     <redbackTestJdbcDriver>org.hsqldb.jdbcDriver</redbackTestJdbcDriver>
     <siteDeployDirectory>${user.home}/archiva-sites/redback-core-site-deploy</siteDeployDirectory>
-    <scmPubCheckoutDirectory>${user.home}/archiva-sites/redback-core-site-content</scmPubCheckoutDirectory>
+    <scmPubCheckoutDirectory>${basedir}/.site-content</scmPubCheckoutDirectory>
 
   </properties>