mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2025-01-27 05:49:12 +01:00
Update notes for 2016-11-15
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user