Skip to content

Commit

Permalink
--home-dir is a required option now.
Browse files Browse the repository at this point in the history
  • Loading branch information
srbaker committed May 31, 2016
1 parent d1e6bc0 commit cb6e3cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions community/server/pom.xml
Expand Up @@ -344,6 +344,7 @@
<classpathScope>test</classpathScope>
<arguments>
<argument>--config-dir=${basedir}/neo4j-home/conf</argument>
<argument>--home-dir=${basedir}/neo4j-home</argument>
</arguments>
</configuration>
</plugin>
Expand Down
1 change: 1 addition & 0 deletions enterprise/server-enterprise/pom.xml
Expand Up @@ -197,6 +197,7 @@
<classpathScope>test</classpathScope>
<arguments>
<argument>--config-dir=${basedir}/neo4j-home/conf</argument>
<argument>--home-dir=${basedir}/neo4j-home</argument>
</arguments>
</configuration>
</plugin>
Expand Down

0 comments on commit cb6e3cf

Please sign in to comment.