Update notes

This commit is contained in:
2017-11-14 17:19:22 +02:00
parent 1758011b36
commit 9af2195af4
4 changed files with 16 additions and 14 deletions

View File

@ -640,3 +640,4 @@ dspace6=# CREATE EXTENSION pgcrypto;
- Also, local settings are no longer in `build.properties`, they are now in `local.cfg`
- I'm not sure if we can use separate profiles like we did before with `mvn -Denv=blah` to use blah.properties
- It seems we need to use "system properties" to override settings, ie: `-Ddspace.dir=/Users/aorth/dspace7`