Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
change functional test lucene index directory under target
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Huang committed Apr 9, 2014
1 parent 907ce45 commit 78ab146
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions functional-test/src/test/resources/conf/standalone.xml
Expand Up @@ -26,9 +26,7 @@
<extension module="org.jboss.as.weld" />
</extensions>
<system-properties>
<property name="javamelody.storage-directory" value="/tmp/zanata/stats" />
<property name="hibernate.search.default.indexBase"
value="/tmp/zanata/indexes" />
<property name="javamelody.storage-directory" value="${project.build.directory}/zanatastats" />
</system-properties>
<management>
<security-realms>
Expand Down

0 comments on commit 78ab146

Please sign in to comment.