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 86e8313 commit 3a85179
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 11 deletions.
15 changes: 9 additions & 6 deletions snapshot/12.0/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/12.0/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/12.0/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:12.0.1-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
2 changes: 1 addition & 1 deletion snapshot/deploy-to-engine-mojo.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="refresh" content="0; URL=13.1/deploy-to-engine-mojo.html">
<meta http-equiv="refresh" content="0; URL=12.0/deploy-to-engine-mojo.html">
<title>Axon Ivy Project Build Plugin - Deploy Options/title>
</head>
</html>
2 changes: 1 addition & 1 deletion snapshot/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="refresh" content="0; URL=13.1/index.html">
<meta http-equiv="refresh" content="0; URL=12.0/index.html">
<title>Axon Ivy Project Build Plugin - Plugin Documentation</title>
</head>
</html>

0 comments on commit 3a85179

Please sign in to comment.