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 Nov 18, 2024
1 parent f500991 commit c376e74
Show file tree
Hide file tree
Showing 60 changed files with 5,062 additions and 2 deletions.
296 changes: 296 additions & 0 deletions snapshot/12.0/compileProject-mojo.html

Large diffs are not rendered by default.

20 changes: 20 additions & 0 deletions snapshot/12.0/css/apache-maven-fluido-1.11.1.min.css

Large diffs are not rendered by default.

21 changes: 21 additions & 0 deletions snapshot/12.0/css/print.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/

#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn {display: none !important;}
#bodyColumn, body.docs div.docs {margin: 0 !important;border: none !important}
1 change: 1 addition & 0 deletions snapshot/12.0/css/site.css
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/* You can override this file with your own styles */
492 changes: 492 additions & 0 deletions snapshot/12.0/deploy-to-engine-mojo.html

Large diffs are not rendered by default.

430 changes: 430 additions & 0 deletions snapshot/12.0/deploy-to-test-engine-mojo.html

Large diffs are not rendered by default.

110 changes: 110 additions & 0 deletions snapshot/12.0/examples.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,110 @@
<!DOCTYPE html>


<!--
| Generated by Apache Maven Doxia Site Renderer 2.0.0 from src/site/apt/examples.apt at 2024-11-18
| 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>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-11-18<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 class="active"><a><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="Examples"></a>
<h1>Examples</h1>
<p>Sample projects that use the project-build-plugin are available on github: </p>
<ul>
<li><a class="externalLink" href="https://github.com/axonivy/project-build-examples/tree/master">https://github.com/axonivy/project-build-examples/tree/master</a></li></ul></section><section><a id="Snapshots"></a>
<h1>Snapshots</h1>
<p>To use a snapshot release:</p>
<ol style="list-style-type: decimal;">
<li>define an additional plugin repository as snapshots are not released to public maven central repos. POM.xml:
<pre><code>&lt;project&gt;
....
&lt;pluginRepositories&gt;
&lt;!-- Snapshot releases are available via sonatype.org --&gt;
&lt;pluginRepository&gt;
&lt;id&gt;sonatype&lt;/id&gt;
&lt;url&gt;https://oss.sonatype.org/content/repositories/snapshots&lt;/url&gt;
&lt;snapshots&gt;
&lt;updatePolicy&gt;always&lt;/updatePolicy&gt;
&lt;/snapshots&gt;
&lt;/pluginRepository&gt;
&lt;/pluginRepositories&gt;
...
&lt;/project&gt;</code></pre></li>
<li>provide an URI where a compatible 'dev' engine can be found:
<pre><code> mvn clean install -Divy.engine.list.url=https://dev.axonivy.com/download/nightly</code></pre></li></ol></section><section><a id="Proxy"></a>
<h1>Proxy</h1>
<p>If your environment enforces the usage of a proxy to access the web, configure it in your settings.xml as described here <a class="externalLink" href="https://maven.apache.org/guides/mini/guide-proxies.html">https://maven.apache.org/guides/mini/guide-proxies.html</a>.</p>
<p>The maven proxy configuration is considered, when downloading the IvyEngine to compile projects.</p></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>
86 changes: 86 additions & 0 deletions snapshot/12.0/faq.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,86 @@
<!DOCTYPE html>


<!--
| Generated by Apache Maven Doxia Site Renderer 2.0.0 from src/site/apt/faq.apt at 2024-11-18
| 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>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-11-18<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 class="active"><a><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="Frequently_asked_questions"></a>
<h1>Frequently asked questions</h1>
<p>The Axon Ivy Community is strong and able to provide solutions for daily issues. </p>
<p>Be part of it: <a class="externalLink" href="https://community.axonivy.com/?q=project-build-plugin">https://community.axonivy.com/?q=project-build-plugin</a></p></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>
Binary file not shown.
Loading

0 comments on commit c376e74

Please sign in to comment.