multiple build enhancements for #127 and #131
[yosql.git] / yosql-website / layouts / shortcodes / mavenplugin.html
blobff549c98e81391b0775e62c1fbd9d9c3b1fdbc85
1 <!--
2 ~ This file is part of yosql. It is subject to the license terms in the LICENSE file found in the top-level
3 ~ directory of this distribution and at http://creativecommons.org/publicdomain/zero/1.0/. No part of yosql,
4 ~ including this file, may be copied, modified, propagated, or distributed except according to the terms contained
5 ~ in the LICENSE file.
6 -->
8 <div class="highlight"><pre class="chroma"><code class="language-xml" data-lang="xml">
9 &lt;build&gt;
10 &lt;plugins&gt;
11 ...
12 &lt;plugin&gt;
13 &lt;groupId&gt;wtf.metio.yosql&lt;/groupId&gt;
14 &lt;artifactId&gt;yosql-tooling-maven&lt;/artifactId&gt;
15 &lt;version&gt;{{ getenv "YOSQL_RELEASE" }}&lt;/version&gt;
16 &lt;executions&gt;
17 &lt;execution&gt;
18 &lt;goals&gt;
19 &lt;goal&gt;generate&lt;/goal&gt;
20 &lt;/goals&gt;
21 &lt;/execution&gt;
22 &lt;/executions&gt;
23 &lt;/plugin&gt;
24 ...
25 &lt;/plugins&gt;
26 &lt;/build&gt;
27 </code></pre>
28 </div>