Update notes for 2016-11-15

This commit is contained in:
2016-11-15 15:11:47 +02:00
parent fa5e351452
commit e171398149
5 changed files with 53 additions and 1 deletions

View File

@ -311,3 +311,11 @@ Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)" "-"
Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)" "-"
Mozilla/5.0 (compatible; YandexImages/3.0; +http://yandex.com/bots)" "-"
```
- Neat maven trick to exclude some modules from being built:
```
$ mvn -U -Dmirage2.on=true -Dmirage2.deps.included=false -Denv=localhost -P \!dspace-lni,\!dspace-rdf,\!dspace-sword,\!dspace-swordv2 clean package
```
- We absolutely don't use those modules, so we shouldn't build them in the first place