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:
@ -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&rsquo;t use those modules, so we shouldn&rsquo;t build them in the first place</li>
|
||||
</ul>
|
||||
</description>
|
||||
</item>
|
||||
|
||||
|
Reference in New Issue
Block a user