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

@ -361,6 +361,17 @@ Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)&quo
Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)" "-"
Mozilla/5.0 (compatible; YandexImages/3.0; +http://yandex.com/bots)" "-"
</code></pre>
<ul>
<li>Neat maven trick to exclude some modules from being built:</li>
</ul>
<pre><code>$ mvn -U -Dmirage2.on=true -Dmirage2.deps.included=false -Denv=localhost -P \!dspace-lni,\!dspace-rdf,\!dspace-sword,\!dspace-swordv2 clean package
</code></pre>
<ul>
<li>We absolutely don’t use those modules, so we shouldn’t build them in the first place</li>
</ul>
</description>
</item>