Skip to content

Commit

Permalink
Site checkin for project Axon Ivy Project Build Plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
ivy-team committed Dec 19, 2024
1 parent fb7f821 commit 86e8313
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 9 deletions.
15 changes: 9 additions & 6 deletions snapshot/13.1/lifecycle.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,24 +71,27 @@ <h1>iar Lifecycle</h1>
<td style="text-align: center;">clean</td>
<td style="text-align: center;">com.axonivy.ivy.ci:project-build-plugin:<a href="./maven-dependency-cleanup-mojo.html">maven-dependency-cleanup</a></td></tr>
<tr class="a">
<td style="text-align: center;">validate</td>
<td style="text-align: center;">com.axonivy.ivy.ci:project-build-plugin:<a href="./validate-mojo.html">validate</a></td></tr>
<tr class="b">
<td style="text-align: center;">initialize</td>
<td style="text-align: center;">com.axonivy.ivy.ci:project-build-plugin:<a href="./installEngine-mojo.html">installEngine</a></td></tr>
<tr class="b">
<tr class="a">
<td style="text-align: center;">process-resources</td>
<td style="text-align: center;">com.axonivy.ivy.ci:project-build-plugin:<a href="./ivy-resources-properties-mojo.html">ivy-resources-properties</a>&#xa0;<br />org.apache.maven.plugins:maven-resources-plugin:resources</td></tr>
<tr class="a">
<tr class="b">
<td style="text-align: center;">compile</td>
<td style="text-align: center;">com.axonivy.ivy.ci:project-build-plugin:<a href="./compileProject-mojo.html">compileProject</a></td></tr>
<tr class="b">
<tr class="a">
<td style="text-align: center;">test-compile</td>
<td style="text-align: center;">com.axonivy.ivy.ci:project-build-plugin:<a href="./test-compile-mojo.html">test-compile</a></td></tr>
<tr class="a">
<tr class="b">
<td style="text-align: center;">test</td>
<td style="text-align: center;">com.axonivy.ivy.ci:project-build-plugin:<a href="./ivy-test-properties-mojo.html">ivy-test-properties</a>&#xa0;<br />org.apache.maven.plugins:maven-surefire-plugin:test</td></tr>
<tr class="b">
<tr class="a">
<td style="text-align: center;">package</td>
<td style="text-align: center;">com.axonivy.ivy.ci:project-build-plugin:<a href="./maven-dependency-mojo.html">maven-dependency-mojo</a>&#xa0;<br />com.axonivy.ivy.ci:project-build-plugin:<a href="./pack-iar-mojo.html">pack-iar-mojo</a></td></tr>
<tr class="a">
<tr class="b">
<td style="text-align: center;">deploy</td>
<td style="text-align: center;">org.apache.maven.plugins:maven-deploy-plugin:deploy</td></tr></table></section><section><a id="iar-integration-test_Lifecycle"></a>
<h1>iar-integration-test Lifecycle</h1>
Expand Down
2 changes: 1 addition & 1 deletion snapshot/13.1/plugin-info.html
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ <h2>Goals</h2>
<td>Compiles the test sources.</td></tr>
<tr class="a">
<td><a href="./validate-mojo.html">ivy:validate</a></td>
<td>No description.</td></tr></table></section><section><a id="System_Requirements"></a>
<td>Validates that only one version of the project-build-plugin is active in one maven reactor.</td></tr></table></section><section><a id="System_Requirements"></a>
<h2>System Requirements</h2>
<p>The following specifies the minimum requirements to run this Maven plugin:</p>
<table class="table table-striped">
Expand Down
5 changes: 3 additions & 2 deletions snapshot/13.1/validate-mojo.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,12 @@ <h1>ivy:validate</h1>
<p><strong>Full name</strong>:</p>
<p>com.axonivy.ivy.ci:project-build-plugin:13.1.0-SNAPSHOT:validate</p>
<p><strong>Description</strong>:</p>
<p>No description.</p>
<p>Validates that only one version of the project-build-plugin is active in one maven reactor.</p>
<p><strong>Attributes</strong>:</p>
<ul>
<li>Requires a Maven project to be executed.</li>
<li>The goal is not marked as thread-safe and thus does not support parallel builds.</li></ul><section><a id="Parameters"></a>
<li>The goal is not marked as thread-safe and thus does not support parallel builds.</li>
<li>Since version: <code>12.0.1</code>.</li></ul><section><a id="Parameters"></a>
<h2>Parameters</h2>
<p>(no parameters)</p></section></section>
</main>
Expand Down

0 comments on commit 86e8313

Please sign in to comment.