mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2024-11-22 14:45:03 +01:00
Update notes for 2016-11-15
This commit is contained in:
parent
fa5e351452
commit
e171398149
@ -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
|
||||
|
@ -30,7 +30,7 @@
|
||||
|
||||
|
||||
<meta itemprop="dateModified" content="2016-11-01T09:21:00+03:00" />
|
||||
<meta itemprop="wordCount" content="1561">
|
||||
<meta itemprop="wordCount" content="1596">
|
||||
|
||||
|
||||
|
||||
@ -453,6 +453,17 @@ Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)" "-&q
|
||||
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>
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -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)&quot; &quot;-&quot;
|
||||
Mozilla/5.0 (compatible; YandexImages/3.0; +http://yandex.com/bots)&quot; &quot;-&quot;
|
||||
</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>
|
||||
|
||||
|
@ -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)&quot; &quot;-&quot;
|
||||
Mozilla/5.0 (compatible; YandexImages/3.0; +http://yandex.com/bots)&quot; &quot;-&quot;
|
||||
</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>
|
||||
|
||||
|
@ -360,6 +360,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)&quot; &quot;-&quot;
|
||||
Mozilla/5.0 (compatible; YandexImages/3.0; +http://yandex.com/bots)&quot; &quot;-&quot;
|
||||
</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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user