Skip to content

Commit

Permalink
Update documentation for 5.1.0.Final.
Browse files Browse the repository at this point in the history
Signed-off-by: James R. Perkins <jperkins@redhat.com>
  • Loading branch information
jamezp committed Dec 16, 2024
1 parent 2be7580 commit d128879
Show file tree
Hide file tree
Showing 299 changed files with 2,766 additions and 2,543 deletions.
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="refresh" content="0; releases/5.0">
<meta http-equiv="refresh" content="0; releases/5.1">

<title>WildFly Maven Plugin (wildfly-maven-plugin)</title>
<link href="./favicon.ico" rel="shortcut icon" type="image/x-icon">

</head>
Redirecting to <a href="./releases/5.0">releases/5.0</a>
Redirecting to <a href="./releases/5.1">releases/5.1</a>
</html>
2 changes: 1 addition & 1 deletion docs/js/custom-nav.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
}
// Create the map of current releases
const versions = new Map([
["5.1", "(beta)"],
["5.1", "(stable)"],
["5.0", "(stable)"],
["4.2", "(stable)"],
["4.1", "(stable)"]
Expand Down
12 changes: 6 additions & 6 deletions docs/releases/5.1/add-resource-example.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

<!DOCTYPE html>
<!--
Generated by Apache Maven Doxia the 2024-12-11
Generated by Apache Maven Doxia the 2024-12-16
Rendered using Docs Maven Skin 2.3.3 (https://github.com/Bernardo-MG/docs-maven-skin)
-->
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
Expand Down Expand Up @@ -49,7 +49,7 @@
<span class="navbar-toggler-icon"></span>
</button>

<small class="navbar-text d-none d-md-block"><span id="navbar-version">5.1.0.Beta2</span> (<time id="navbar-date">2024-12-11</time>)</small>
<small class="navbar-text d-none d-md-block"><span id="navbar-version">5.1.0.Final</span> (<time id="navbar-date">2024-12-16</time>)</small>
<div class="collapse navbar-collapse" id="navbar-main-menu">
<ul class="nav navbar-nav ms-auto">
<li class="nav-item dropdown">
Expand Down Expand Up @@ -119,7 +119,7 @@ <h2 id="Adding-datasources"><a name="Adding_datasources"></a>Adding datasources<
&lt;plugin&gt;
&lt;groupId&gt;org.wildfly.plugins&lt;/groupId&gt;
&lt;artifactId&gt;wildfly-maven-plugin&lt;/artifactId&gt;
&lt;version&gt;5.1.0.Beta2&lt;/version&gt;
&lt;version&gt;5.1.0.Final&lt;/version&gt;
&lt;executions&gt;
&lt;execution&gt;
&lt;id&gt;add-datasource&lt;/id&gt;
Expand Down Expand Up @@ -160,7 +160,7 @@ <h2 id="Adding-datasources"><a name="Adding_datasources"></a>Adding datasources<
&lt;plugin&gt;
&lt;groupId&gt;org.wildfly.plugins&lt;/groupId&gt;
&lt;artifactId&gt;wildfly-maven-plugin&lt;/artifactId&gt;
&lt;version&gt;5.1.0.Beta2&lt;/version&gt;
&lt;version&gt;5.1.0.Final&lt;/version&gt;
&lt;executions&gt;
&lt;execution&gt;
&lt;id&gt;deploy-postgresql&lt;/id&gt;
Expand Down Expand Up @@ -251,7 +251,7 @@ <h2 id="Adding-other-resources"><a name="Adding_other_resources"></a>Adding othe
&lt;plugin&gt;
&lt;groupId&gt;org.wildfly.plugins&lt;/groupId&gt;
&lt;artifactId&gt;wildfly-maven-plugin&lt;/artifactId&gt;
&lt;version&gt;5.1.0.Beta2&lt;/version&gt;
&lt;version&gt;5.1.0.Final&lt;/version&gt;
&lt;executions&gt;
&lt;execution&gt;
&lt;id&gt;add-jms-queue&lt;/id&gt;
Expand Down Expand Up @@ -292,7 +292,7 @@ <h2 id="Adding-resources-in-domain-mode"><a name="Adding_resources_in_domain_mod
&lt;plugin&gt;
&lt;groupId&gt;org.wildfly.plugins&lt;/groupId&gt;
&lt;artifactId&gt;wildfly-maven-plugin&lt;/artifactId&gt;
&lt;version&gt;5.1.0.Beta2&lt;/version&gt;
&lt;version&gt;5.1.0.Final&lt;/version&gt;
&lt;executions&gt;
&lt;execution&gt;
&lt;id&gt;add-datasource&lt;/id&gt;
Expand Down
6 changes: 3 additions & 3 deletions docs/releases/5.1/add-resource-mojo.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

<!DOCTYPE html>
<!--
Generated by Apache Maven Doxia the 2024-12-11
Generated by Apache Maven Doxia the 2024-12-16
Rendered using Docs Maven Skin 2.3.3 (https://github.com/Bernardo-MG/docs-maven-skin)
-->
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
Expand Down Expand Up @@ -49,7 +49,7 @@
<span class="navbar-toggler-icon"></span>
</button>

<small class="navbar-text d-none d-md-block"><span id="navbar-version">5.1.0.Beta2</span> (<time id="navbar-date">2024-12-11</time>)</small>
<small class="navbar-text d-none d-md-block"><span id="navbar-version">5.1.0.Final</span> (<time id="navbar-date">2024-12-16</time>)</small>
<div class="collapse navbar-collapse" id="navbar-main-menu">
<ul class="nav navbar-nav ms-auto">
<li class="nav-item dropdown">
Expand Down Expand Up @@ -107,7 +107,7 @@
<section>
<h2 id="wildflyadd-resource"><a name="wildfly:add-resource"></a>wildfly:add-resource</h2><a name="wildfly:add-resource"></a>
<p><strong>Full name</strong>:</p>
<p>org.wildfly.plugins:wildfly-maven-plugin:5.1.0.Beta2:add-resource</p>
<p>org.wildfly.plugins:wildfly-maven-plugin:5.1.0.Final:add-resource</p>
<p><strong>Description</strong>:</p>
<p>Adds a resource</p>
<p></p> If <code>force</code> is set to <code>false</code> and the resource has already been added to the server, an error will occur and the operation will fail.
Expand Down
Loading

0 comments on commit d128879

Please sign in to comment.