Skip to content

Commit

Permalink
[ issue #12 ] removed hardcoded data.dir
Browse files Browse the repository at this point in the history
  • Loading branch information
agazzarini committed Mar 16, 2015
1 parent 7249cc1 commit 1d4e026
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions solrdf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,7 @@
<container>
<systemProperties>
<solr.solr.home>${project.build.directory}/${project.artifactId}-${project.version}-dev/${project.artifactId}</solr.solr.home>
<!-- <solr.data.dir>${project.build.directory}/data</solr.data.dir> -->
<solr.data.dir>/work/data/solrdf</solr.data.dir>
<solr.data.dir>${project.build.directory}/data</solr.data.dir>
<log4j.configuration>file://${basedir}/src/test/resources/log4j.xml</log4j.configuration>
</systemProperties>
<containerId>jetty7x</containerId>
Expand Down

0 comments on commit 1d4e026

Please sign in to comment.