-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Site checkin for project Axon Ivy Project Build Plugin
- Loading branch information
Showing
60 changed files
with
5,062 additions
and
2 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
/* You can override this file with your own styles */ |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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><project> | ||
.... | ||
<pluginRepositories> | ||
<!-- Snapshot releases are available via sonatype.org --> | ||
<pluginRepository> | ||
<id>sonatype</id> | ||
<url>https://oss.sonatype.org/content/repositories/snapshots</url> | ||
<snapshots> | ||
<updatePolicy>always</updatePolicy> | ||
</snapshots> | ||
</pluginRepository> | ||
</pluginRepositories> | ||
... | ||
</project></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>© 2024 | ||
<a href="https://developer.axonivy.com">Axon Ivy AG</a> | ||
</p> | ||
</div> | ||
</div> | ||
</footer> | ||
<script> | ||
if(anchors) { | ||
anchors.add(); | ||
} | ||
</script> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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>© 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.
Oops, something went wrong.