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 a13c1e1 commit e20ae38
Show file tree
Hide file tree
Showing 2 changed files with 98 additions and 1 deletion.
5 changes: 4 additions & 1 deletion snapshot/12.0/plugin-info.html
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,10 @@ <h2>Goals</h2>
<td>Stops the Axon Ivy Engine after integration testing</td></tr>
<tr class="b">
<td><a href="./test-compile-mojo.html">ivy:test-compile</a></td>
<td>Compiles the test sources.</td></tr></table></section><section><a id="System_Requirements"></a>
<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>
<h2>System Requirements</h2>
<p>The following specifies the minimum requirements to run this Maven plugin:</p>
<table class="table table-striped">
Expand Down
94 changes: 94 additions & 0 deletions snapshot/12.0/validate-mojo.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,94 @@
<!DOCTYPE html>


<!--
| Generated by Apache Maven Doxia Site Renderer 2.0.0 from org.apache.maven.plugins:maven-plugin-report-plugin:3.15.1:report at 2024-12-19
| Rendered using Apache Maven Fluido Skin 1.11.1
-->
<html xmlns="http://www.w3.org/1999/xhtml" lang="">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="generator" content="Apache Maven Doxia Site Renderer 2.0.0" />
<title>ivy:validate – Axon Ivy Project Build Plugin</title>
<link rel="stylesheet" href="./css/apache-maven-fluido-1.11.1.min.css" />
<link rel="stylesheet" href="./css/site.css" />
<link rel="stylesheet" href="./css/print.css" media="print" />
<script src="./js/apache-maven-fluido-1.11.1.min.js"></script>
<style>.github-fork-ribbon:before { background-color: black; }</style>
</head>
<body class="topBarDisabled">
<a class="github-fork-ribbon right-top" href="https://github.com/axonivy/project-build-plugin" data-ribbon="Fork me on GitHub" title="Fork me on GitHub">Fork me on GitHub</a>
<div class="container-fluid">
<header>
<div id="banner">
<div class="pull-left"></div>
<div class="pull-right"></div>
<div class="clear"><hr/></div>
</div>

<div id="breadcrumbs">
<ul class="breadcrumb">
<li id="publishDate">Last Published: 2024-12-19<span class="divider">|</span>
</li>
<li id="projectVersion">Version: 12.0.1-SNAPSHOT</li>
</ul>
</div>
</header>
<div class="row-fluid">
<header id="leftColumn" class="span2">
<nav class="well sidebar-nav">
<ul class="nav nav-list">
<li class="nav-header">Overview</li>
<li><a href="index.html" title="Introduction"><span class="none"></span>Introduction</a></li>
<li><a href="plugin-info.html" title="Goals"><span class="none"></span>Goals</a></li>
<li><a href="lifecycle.html" title="IAR Lifecycle"><span class="none"></span>IAR Lifecycle</a></li>
<li><a href="faq.html" title="FAQ"><span class="none"></span>FAQ</a></li>
<li><a href="examples.html" title="Examples"><span class="none"></span>Examples</a></li>
<li class="nav-header">Development</li>
<li><a href="http://github.com/axonivy/project-build-plugin" class="externalLink" title="Source Code"><span class="none"></span>Source Code</a></li>
<li><a href="../../release" title="Stable release"><span class="none"></span>Stable release</a></li>
</ul>
</nav>
<div class="well sidebar-nav">
<div id="poweredBy">
<div class="clear"></div>
<div class="clear"></div>
<div class="clear"></div>
<a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy"><img class="builtBy" alt="Built by Maven" src="./images/logos/maven-feather.png" /></a>
</div>
</div>
</header>
<main id="bodyColumn" class="span10" >
<section><a id="ivy.3Avalidate"></a>
<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><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>
<h2>Parameters</h2>
<p>(no parameters)</p></section></section>
</main>
</div>
</div>
<hr/>
<footer>
<div class="container-fluid">
<div class="row-fluid">
<p>&#169; 2024
<a href="https://developer.axonivy.com">Axon Ivy AG</a>
</p>
</div>
</div>
</footer>
<script>
if(anchors) {
anchors.add();
}
</script>
</body>
</html>

0 comments on commit e20ae38

Please sign in to comment.