do not pollute user home with data
git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@1478247 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
9041be2185
commit
a2fbbc524c
|
@ -15,3 +15,4 @@ redback-integrations/redback-struts2/redback-struts2-example/src/main/webapp/tem
|
|||
redback-integrations/redback-struts2/redback-struts2-example/appserver-base
|
||||
redback-integrations/redback-struts2/redback-struts2-example/overlays/
|
||||
.DS_Store
|
||||
.site-content
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue