Added:
maven/website/components/plugins-archives/maven-invoker-plugin-LATEST/xref/org/apache/maven/plugins/invoker/InterpolatorUtils.html
==============================================================================
---
maven/website/components/plugins-archives/maven-invoker-plugin-LATEST/xref/org/apache/maven/plugins/invoker/InterpolatorUtils.html
(added)
+++
maven/website/components/plugins-archives/maven-invoker-plugin-LATEST/xref/org/apache/maven/plugins/invoker/InterpolatorUtils.html
Wed May 22 21:58:00 2024
@@ -0,0 +1,75 @@
+<!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="content-type" content="text/html; charset=UTF-8" />
+<title>InterpolatorUtils xref</title>
+<link type="text/css" rel="stylesheet" href="../../../../../stylesheet.css" />
+</head>
+<body>
+<div id="overview"><a
href="../../../../../../apidocs/org/apache/maven/plugins/invoker/InterpolatorUtils.html">View
Javadoc</a></div><pre>
+<a class="jxr_linenumber" name="L1" href="#L1">1</a> <em
class="jxr_comment">/*</em>
+<a class="jxr_linenumber" name="L2" href="#L2">2</a> <em
class="jxr_comment"> * Licensed to the Apache Software Foundation (ASF) under
one</em>
+<a class="jxr_linenumber" name="L3" href="#L3">3</a> <em
class="jxr_comment"> * or more contributor license agreements. See the NOTICE
file</em>
+<a class="jxr_linenumber" name="L4" href="#L4">4</a> <em
class="jxr_comment"> * distributed with this work for additional
information</em>
+<a class="jxr_linenumber" name="L5" href="#L5">5</a> <em
class="jxr_comment"> * regarding copyright ownership. The ASF licenses this
file</em>
+<a class="jxr_linenumber" name="L6" href="#L6">6</a> <em
class="jxr_comment"> * to you under the Apache License, Version 2.0 (the</em>
+<a class="jxr_linenumber" name="L7" href="#L7">7</a> <em
class="jxr_comment"> * "License"); you may not use this file except in
compliance</em>
+<a class="jxr_linenumber" name="L8" href="#L8">8</a> <em
class="jxr_comment"> * with the License. You may obtain a copy of the License
at</em>
+<a class="jxr_linenumber" name="L9" href="#L9">9</a> <em
class="jxr_comment"> *</em>
+<a class="jxr_linenumber" name="L10" href="#L10">10</a> <em
class="jxr_comment"> * <a href="http://www.apache.org/licenses/LICENSE-2.0"
target="alexandria_uri">http://www.apache.org/licenses/LICENSE-2.0</a></em>
+<a class="jxr_linenumber" name="L11" href="#L11">11</a> <em
class="jxr_comment"> *</em>
+<a class="jxr_linenumber" name="L12" href="#L12">12</a> <em
class="jxr_comment"> * Unless required by applicable law or agreed to in
writing,</em>
+<a class="jxr_linenumber" name="L13" href="#L13">13</a> <em
class="jxr_comment"> * software distributed under the License is distributed on
an</em>
+<a class="jxr_linenumber" name="L14" href="#L14">14</a> <em
class="jxr_comment"> * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
ANY</em>
+<a class="jxr_linenumber" name="L15" href="#L15">15</a> <em
class="jxr_comment"> * KIND, either express or implied. See the License for
the</em>
+<a class="jxr_linenumber" name="L16" href="#L16">16</a> <em
class="jxr_comment"> * specific language governing permissions and
limitations</em>
+<a class="jxr_linenumber" name="L17" href="#L17">17</a> <em
class="jxr_comment"> * under the License.</em>
+<a class="jxr_linenumber" name="L18" href="#L18">18</a> <em
class="jxr_comment"> */</em>
+<a class="jxr_linenumber" name="L19" href="#L19">19</a> <strong
class="jxr_keyword">package</strong> org.apache.maven.plugins.invoker;
+<a class="jxr_linenumber" name="L20" href="#L20">20</a>
+<a class="jxr_linenumber" name="L21" href="#L21">21</a> <strong
class="jxr_keyword">import</strong> javax.inject.Inject;
+<a class="jxr_linenumber" name="L22" href="#L22">22</a> <strong
class="jxr_keyword">import</strong> javax.inject.Named;
+<a class="jxr_linenumber" name="L23" href="#L23">23</a>
+<a class="jxr_linenumber" name="L24" href="#L24">24</a> <strong
class="jxr_keyword">import</strong>
org.apache.maven.plugin.MojoExecutionException;
+<a class="jxr_linenumber" name="L25" href="#L25">25</a> <strong
class="jxr_keyword">import</strong> org.apache.maven.project.MavenProject;
+<a class="jxr_linenumber" name="L26" href="#L26">26</a> <strong
class="jxr_keyword">import</strong>
org.codehaus.plexus.interpolation.InterpolationException;
+<a class="jxr_linenumber" name="L27" href="#L27">27</a> <strong
class="jxr_keyword">import</strong>
org.codehaus.plexus.interpolation.Interpolator;
+<a class="jxr_linenumber" name="L28" href="#L28">28</a> <strong
class="jxr_keyword">import</strong>
org.codehaus.plexus.interpolation.MapBasedValueSource;
+<a class="jxr_linenumber" name="L29" href="#L29">29</a> <strong
class="jxr_keyword">import</strong>
org.codehaus.plexus.interpolation.RegexBasedInterpolator;
+<a class="jxr_linenumber" name="L30" href="#L30">30</a>
+<a class="jxr_linenumber" name="L31" href="#L31">31</a> <em
class="jxr_javadoccomment">/**</em>
+<a class="jxr_linenumber" name="L32" href="#L32">32</a> <em
class="jxr_javadoccomment"> * Helper component for interpolating values.</em>
+<a class="jxr_linenumber" name="L33" href="#L33">33</a> <em
class="jxr_javadoccomment"> */</em>
+<a class="jxr_linenumber" name="L34" href="#L34">34</a> @Named
+<a class="jxr_linenumber" name="L35" href="#L35">35</a> <strong
class="jxr_keyword">class</strong> <a name="InterpolatorUtils"
href="../../../../../org/apache/maven/plugins/invoker/InterpolatorUtils.html#InterpolatorUtils">InterpolatorUtils</a>
{
+<a class="jxr_linenumber" name="L36" href="#L36">36</a>
+<a class="jxr_linenumber" name="L37" href="#L37">37</a> <strong
class="jxr_keyword">private</strong> <strong class="jxr_keyword">final</strong>
Interpolator atInterpolator;
+<a class="jxr_linenumber" name="L38" href="#L38">38</a>
+<a class="jxr_linenumber" name="L39" href="#L39">39</a> <em
class="jxr_javadoccomment">/**</em>
+<a class="jxr_linenumber" name="L40" href="#L40">40</a> <em
class="jxr_javadoccomment"> * A default constructor.</em>
+<a class="jxr_linenumber" name="L41" href="#L41">41</a> <em
class="jxr_javadoccomment"> *</em>
+<a class="jxr_linenumber" name="L42" href="#L42">42</a> <em
class="jxr_javadoccomment"> * @param mavenProject a MavenProject</em>
+<a class="jxr_linenumber" name="L43" href="#L43">43</a> <em
class="jxr_javadoccomment"> */</em>
+<a class="jxr_linenumber" name="L44" href="#L44">44</a> @Inject
+<a class="jxr_linenumber" name="L45" href="#L45">45</a> <a
name="InterpolatorUtils"
href="../../../../../org/apache/maven/plugins/invoker/InterpolatorUtils.html#InterpolatorUtils">InterpolatorUtils</a>(MavenProject
mavenProject) {
+<a class="jxr_linenumber" name="L46" href="#L46">46</a>
atInterpolator = <strong class="jxr_keyword">new</strong>
RegexBasedInterpolator(<span
class="jxr_string">"[@\\$]\\{(.+?)"</span>, <span
class="jxr_string">"}"</span>);
+<a class="jxr_linenumber" name="L47" href="#L47">47</a>
atInterpolator.addValueSource(<strong class="jxr_keyword">new</strong>
MapBasedValueSource(mavenProject.getProperties()));
+<a class="jxr_linenumber" name="L48" href="#L48">48</a> }
+<a class="jxr_linenumber" name="L49" href="#L49">49</a>
+<a class="jxr_linenumber" name="L50" href="#L50">50</a> <strong
class="jxr_keyword">public</strong> String interpolateAtPattern(String value)
<strong class="jxr_keyword">throws</strong> MojoExecutionException {
+<a class="jxr_linenumber" name="L51" href="#L51">51</a>
+<a class="jxr_linenumber" name="L52" href="#L52">52</a> <strong
class="jxr_keyword">if</strong> (value == <strong
class="jxr_keyword">null</strong> || !(value.contains(<span
class="jxr_string">"@{"</span>) || value.contains(<span
class="jxr_string">"${"</span>))) {
+<a class="jxr_linenumber" name="L53" href="#L53">53</a> <strong
class="jxr_keyword">return</strong> value;
+<a class="jxr_linenumber" name="L54" href="#L54">54</a> }
+<a class="jxr_linenumber" name="L55" href="#L55">55</a>
+<a class="jxr_linenumber" name="L56" href="#L56">56</a> <strong
class="jxr_keyword">try</strong> {
+<a class="jxr_linenumber" name="L57" href="#L57">57</a> <strong
class="jxr_keyword">return</strong> atInterpolator.interpolate(value);
+<a class="jxr_linenumber" name="L58" href="#L58">58</a> } <strong
class="jxr_keyword">catch</strong> (InterpolationException e) {
+<a class="jxr_linenumber" name="L59" href="#L59">59</a> <strong
class="jxr_keyword">throw</strong> <strong class="jxr_keyword">new</strong>
MojoExecutionException(e.getMessage(), e);
+<a class="jxr_linenumber" name="L60" href="#L60">60</a> }
+<a class="jxr_linenumber" name="L61" href="#L61">61</a> }
+<a class="jxr_linenumber" name="L62" href="#L62">62</a> }
+</pre>
+<hr/>
+<div id="footer">Copyright © 2002–2024 <a
href="https://www.apache.org/">The Apache Software Foundation</a>. All rights
reserved.</div>
+</body>
+</html>
\ No newline at end of file
Propchange:
maven/website/components/plugins-archives/maven-invoker-plugin-LATEST/xref/org/apache/maven/plugins/invoker/InterpolatorUtils.html
------------------------------------------------------------------------------
svn:eol-style = native
Modified:
maven/website/components/plugins-archives/maven-invoker-plugin-LATEST/xref/org/apache/maven/plugins/invoker/model/io/xpp3/package-frame.html
==============================================================================
---
maven/website/components/plugins-archives/maven-invoker-plugin-LATEST/xref/org/apache/maven/plugins/invoker/model/io/xpp3/package-frame.html
(original)
+++
maven/website/components/plugins-archives/maven-invoker-plugin-LATEST/xref/org/apache/maven/plugins/invoker/model/io/xpp3/package-frame.html
Wed May 22 21:58:00 2024
@@ -4,7 +4,7 @@
<!-- generated by Apache Maven JXR (jdk8) -->
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
- <title>Apache Maven Invoker Plugin 3.6.2-SNAPSHOT Reference Package
org.apache.maven.plugins.invoker.model.io.xpp3</title>
+ <title>Apache Maven Invoker Plugin 3.7.0 Reference Package
org.apache.maven.plugins.invoker.model.io.xpp3</title>
<link rel="stylesheet" type="text/css"
href="../../../../../../../../stylesheet.css" title="style" />
</head>
<body>
Modified:
maven/website/components/plugins-archives/maven-invoker-plugin-LATEST/xref/org/apache/maven/plugins/invoker/model/io/xpp3/package-summary.html
==============================================================================
---
maven/website/components/plugins-archives/maven-invoker-plugin-LATEST/xref/org/apache/maven/plugins/invoker/model/io/xpp3/package-summary.html
(original)
+++
maven/website/components/plugins-archives/maven-invoker-plugin-LATEST/xref/org/apache/maven/plugins/invoker/model/io/xpp3/package-summary.html
Wed May 22 21:58:00 2024
@@ -4,7 +4,7 @@
<!-- generated by Apache Maven JXR (jdk8) -->
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
- <title>Apache Maven Invoker Plugin 3.6.2-SNAPSHOT Reference Package
org.apache.maven.plugins.invoker.model.io.xpp3</title>
+ <title>Apache Maven Invoker Plugin 3.7.0 Reference Package
org.apache.maven.plugins.invoker.model.io.xpp3</title>
<link rel="stylesheet" type="text/css"
href="../../../../../../../../stylesheet.css" title="style" />
</head>
@@ -23,7 +23,7 @@
<li>Index</li>
<li>Help</li>
</ul>
- <div class="aboutLanguage"><em><strong>Apache Maven Invoker Plugin
3.6.2-SNAPSHOT Reference</strong></em></div>
+ <div class="aboutLanguage"><em><strong>Apache Maven Invoker Plugin
3.7.0 Reference</strong></em></div>
</div>
<div class="subNav">
<ul class="navList">
@@ -91,7 +91,7 @@
<li>Index</li>
<li>Help</li>
</ul>
- <div class="aboutLanguage"><em><strong>Apache Maven Invoker Plugin
3.6.2-SNAPSHOT Reference</strong></em></div>
+ <div class="aboutLanguage"><em><strong>Apache Maven Invoker Plugin
3.7.0 Reference</strong></em></div>
</div>
<div class="subNav">
<ul class="navList">
Modified:
maven/website/components/plugins-archives/maven-invoker-plugin-LATEST/xref/org/apache/maven/plugins/invoker/model/package-frame.html
==============================================================================
---
maven/website/components/plugins-archives/maven-invoker-plugin-LATEST/xref/org/apache/maven/plugins/invoker/model/package-frame.html
(original)
+++
maven/website/components/plugins-archives/maven-invoker-plugin-LATEST/xref/org/apache/maven/plugins/invoker/model/package-frame.html
Wed May 22 21:58:00 2024
@@ -4,7 +4,7 @@
<!-- generated by Apache Maven JXR (jdk8) -->
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
- <title>Apache Maven Invoker Plugin 3.6.2-SNAPSHOT Reference Package
org.apache.maven.plugins.invoker.model</title>
+ <title>Apache Maven Invoker Plugin 3.7.0 Reference Package
org.apache.maven.plugins.invoker.model</title>
<link rel="stylesheet" type="text/css"
href="../../../../../../stylesheet.css" title="style" />
</head>
<body>
Modified:
maven/website/components/plugins-archives/maven-invoker-plugin-LATEST/xref/org/apache/maven/plugins/invoker/model/package-summary.html
==============================================================================
---
maven/website/components/plugins-archives/maven-invoker-plugin-LATEST/xref/org/apache/maven/plugins/invoker/model/package-summary.html
(original)
+++
maven/website/components/plugins-archives/maven-invoker-plugin-LATEST/xref/org/apache/maven/plugins/invoker/model/package-summary.html
Wed May 22 21:58:00 2024
@@ -4,7 +4,7 @@
<!-- generated by Apache Maven JXR (jdk8) -->
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
- <title>Apache Maven Invoker Plugin 3.6.2-SNAPSHOT Reference Package
org.apache.maven.plugins.invoker.model</title>
+ <title>Apache Maven Invoker Plugin 3.7.0 Reference Package
org.apache.maven.plugins.invoker.model</title>
<link rel="stylesheet" type="text/css"
href="../../../../../../stylesheet.css" title="style" />
</head>
@@ -23,7 +23,7 @@
<li>Index</li>
<li>Help</li>
</ul>
- <div class="aboutLanguage"><em><strong>Apache Maven Invoker Plugin
3.6.2-SNAPSHOT Reference</strong></em></div>
+ <div class="aboutLanguage"><em><strong>Apache Maven Invoker Plugin
3.7.0 Reference</strong></em></div>
</div>
<div class="subNav">
<ul class="navList">
@@ -91,7 +91,7 @@
<li>Index</li>
<li>Help</li>
</ul>
- <div class="aboutLanguage"><em><strong>Apache Maven Invoker Plugin
3.6.2-SNAPSHOT Reference</strong></em></div>
+ <div class="aboutLanguage"><em><strong>Apache Maven Invoker Plugin
3.7.0 Reference</strong></em></div>
</div>
<div class="subNav">
<ul class="navList">
Modified:
maven/website/components/plugins-archives/maven-invoker-plugin-LATEST/xref/org/apache/maven/plugins/invoker/package-frame.html
==============================================================================
---
maven/website/components/plugins-archives/maven-invoker-plugin-LATEST/xref/org/apache/maven/plugins/invoker/package-frame.html
(original)
+++
maven/website/components/plugins-archives/maven-invoker-plugin-LATEST/xref/org/apache/maven/plugins/invoker/package-frame.html
Wed May 22 21:58:00 2024
@@ -4,7 +4,7 @@
<!-- generated by Apache Maven JXR (jdk8) -->
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
- <title>Apache Maven Invoker Plugin 3.6.2-SNAPSHOT Reference Package
org.apache.maven.plugins.invoker</title>
+ <title>Apache Maven Invoker Plugin 3.7.0 Reference Package
org.apache.maven.plugins.invoker</title>
<link rel="stylesheet" type="text/css"
href="../../../../../stylesheet.css" title="style" />
</head>
<body>
@@ -31,6 +31,9 @@
<a href="IntegrationTestMojo.html#IntegrationTestMojo"
target="classFrame">IntegrationTestMojo</a>
</li>
<li>
+ <a href="InterpolatorUtils.html#InterpolatorUtils"
target="classFrame">InterpolatorUtils</a>
+ </li>
+ <li>
<a href="InvokerMojo.html#InvokerMojo"
target="classFrame">InvokerMojo</a>
</li>
<li>
Modified:
maven/website/components/plugins-archives/maven-invoker-plugin-LATEST/xref/org/apache/maven/plugins/invoker/package-summary.html
==============================================================================
---
maven/website/components/plugins-archives/maven-invoker-plugin-LATEST/xref/org/apache/maven/plugins/invoker/package-summary.html
(original)
+++
maven/website/components/plugins-archives/maven-invoker-plugin-LATEST/xref/org/apache/maven/plugins/invoker/package-summary.html
Wed May 22 21:58:00 2024
@@ -4,7 +4,7 @@
<!-- generated by Apache Maven JXR (jdk8) -->
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
- <title>Apache Maven Invoker Plugin 3.6.2-SNAPSHOT Reference Package
org.apache.maven.plugins.invoker</title>
+ <title>Apache Maven Invoker Plugin 3.7.0 Reference Package
org.apache.maven.plugins.invoker</title>
<link rel="stylesheet" type="text/css"
href="../../../../../stylesheet.css" title="style" />
</head>
@@ -23,7 +23,7 @@
<li>Index</li>
<li>Help</li>
</ul>
- <div class="aboutLanguage"><em><strong>Apache Maven Invoker Plugin
3.6.2-SNAPSHOT Reference</strong></em></div>
+ <div class="aboutLanguage"><em><strong>Apache Maven Invoker Plugin
3.7.0 Reference</strong></em></div>
</div>
<div class="subNav">
<ul class="navList">
@@ -88,91 +88,96 @@
</tr>
<tr class="altColor">
<td class="colFirst colLast">
- <a href="InvokerMojo.html#InvokerMojo"
target="classFrame" title="class in
org.apache.maven.plugins.invoker">InvokerMojo</a>
+ <a
href="InterpolatorUtils.html#InterpolatorUtils" target="classFrame"
title="class in org.apache.maven.plugins.invoker">InterpolatorUtils</a>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst colLast">
- <a
href="InvokerProperties.html#InvokerProperties" target="classFrame"
title="class in org.apache.maven.plugins.invoker">InvokerProperties</a>
+ <a href="InvokerMojo.html#InvokerMojo"
target="classFrame" title="class in
org.apache.maven.plugins.invoker">InvokerMojo</a>
</td>
</tr>
<tr class="altColor">
<td class="colFirst colLast">
- <a
href="InvokerProperties.html#InvokerProperties.InvocationProperty"
target="classFrame" title="class in
org.apache.maven.plugins.invoker">InvokerProperties.InvocationProperty</a>
+ <a
href="InvokerProperties.html#InvokerProperties" target="classFrame"
title="class in org.apache.maven.plugins.invoker">InvokerProperties</a>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst colLast">
- <a
href="InvokerProperties.html#InvokerProperties.SelectorProperty"
target="classFrame" title="class in
org.apache.maven.plugins.invoker">InvokerProperties.SelectorProperty</a>
+ <a
href="InvokerProperties.html#InvokerProperties.InvocationProperty"
target="classFrame" title="class in
org.apache.maven.plugins.invoker">InvokerProperties.InvocationProperty</a>
</td>
</tr>
<tr class="altColor">
<td class="colFirst colLast">
- <a href="InvokerReport.html#InvokerReport"
target="classFrame" title="class in
org.apache.maven.plugins.invoker">InvokerReport</a>
+ <a
href="InvokerProperties.html#InvokerProperties.SelectorProperty"
target="classFrame" title="class in
org.apache.maven.plugins.invoker">InvokerProperties.SelectorProperty</a>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst colLast">
- <a
href="InvokerReportRenderer.html#InvokerReportRenderer" target="classFrame"
title="class in org.apache.maven.plugins.invoker">InvokerReportRenderer</a>
+ <a href="InvokerReport.html#InvokerReport"
target="classFrame" title="class in
org.apache.maven.plugins.invoker">InvokerReport</a>
</td>
</tr>
<tr class="altColor">
<td class="colFirst colLast">
- <a
href="InvokerSession.html#InvokerSession" target="classFrame" title="class in
org.apache.maven.plugins.invoker">InvokerSession</a>
+ <a
href="InvokerReportRenderer.html#InvokerReportRenderer" target="classFrame"
title="class in org.apache.maven.plugins.invoker">InvokerReportRenderer</a>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst colLast">
- <a
href="InvokerToolchain.html#InvokerToolchain" target="classFrame" title="class
in org.apache.maven.plugins.invoker">InvokerToolchain</a>
+ <a
href="InvokerSession.html#InvokerSession" target="classFrame" title="class in
org.apache.maven.plugins.invoker">InvokerSession</a>
</td>
</tr>
<tr class="altColor">
<td class="colFirst colLast">
- <a href="JobExecutor.html#JobExecutor"
target="classFrame" title="class in
org.apache.maven.plugins.invoker">JobExecutor</a>
+ <a
href="InvokerToolchain.html#InvokerToolchain" target="classFrame" title="class
in org.apache.maven.plugins.invoker">InvokerToolchain</a>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst colLast">
- <a
href="JobExecutor.html#JobExecutor.ThrowableJobConsumer" target="classFrame"
title="class in
org.apache.maven.plugins.invoker">JobExecutor.ThrowableJobConsumer</a>
+ <a href="JobExecutor.html#JobExecutor"
target="classFrame" title="class in
org.apache.maven.plugins.invoker">JobExecutor</a>
</td>
</tr>
<tr class="altColor">
<td class="colFirst colLast">
- <a href="PomUtils.html#PomUtils"
target="classFrame" title="class in
org.apache.maven.plugins.invoker">PomUtils</a>
+ <a
href="JobExecutor.html#JobExecutor.ThrowableJobConsumer" target="classFrame"
title="class in
org.apache.maven.plugins.invoker">JobExecutor.ThrowableJobConsumer</a>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst colLast">
- <a href="ReportUtils.html#ReportUtils"
target="classFrame" title="class in
org.apache.maven.plugins.invoker">ReportUtils</a>
+ <a href="PomUtils.html#PomUtils"
target="classFrame" title="class in
org.apache.maven.plugins.invoker">PomUtils</a>
</td>
</tr>
<tr class="altColor">
<td class="colFirst colLast">
- <a
href="ReportUtils.html#ReportUtils.FileFilterOnlyXmlFile" target="classFrame"
title="class in
org.apache.maven.plugins.invoker">ReportUtils.FileFilterOnlyXmlFile</a>
+ <a href="ReportUtils.html#ReportUtils"
target="classFrame" title="class in
org.apache.maven.plugins.invoker">ReportUtils</a>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst colLast">
- <a
href="RunFailureException.html#RunFailureException" target="classFrame"
title="class in org.apache.maven.plugins.invoker">RunFailureException</a>
+ <a
href="ReportUtils.html#ReportUtils.FileFilterOnlyXmlFile" target="classFrame"
title="class in
org.apache.maven.plugins.invoker">ReportUtils.FileFilterOnlyXmlFile</a>
</td>
</tr>
<tr class="altColor">
<td class="colFirst colLast">
- <a href="Selector.html#Selector"
target="classFrame" title="class in
org.apache.maven.plugins.invoker">Selector</a>
+ <a
href="RunFailureException.html#RunFailureException" target="classFrame"
title="class in org.apache.maven.plugins.invoker">RunFailureException</a>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst colLast">
- <a href="SelectorUtils.html#SelectorUtils"
target="classFrame" title="class in
org.apache.maven.plugins.invoker">SelectorUtils</a>
+ <a href="Selector.html#Selector"
target="classFrame" title="class in
org.apache.maven.plugins.invoker">Selector</a>
</td>
</tr>
<tr class="altColor">
<td class="colFirst colLast">
- <a
href="SystemPropertyPrinter.html#SystemPropertyPrinter" target="classFrame"
title="class in org.apache.maven.plugins.invoker">SystemPropertyPrinter</a>
+ <a href="SelectorUtils.html#SelectorUtils"
target="classFrame" title="class in
org.apache.maven.plugins.invoker">SelectorUtils</a>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst colLast">
+ <a
href="SystemPropertyPrinter.html#SystemPropertyPrinter" target="classFrame"
title="class in org.apache.maven.plugins.invoker">SystemPropertyPrinter</a>
+ </td>
+ </tr>
+
<tr class="altColor">
+ <td class="colFirst colLast">
<a href="VerifyMojo.html#VerifyMojo"
target="classFrame" title="class in
org.apache.maven.plugins.invoker">VerifyMojo</a>
</td>
</tr>
@@ -196,7 +201,7 @@
<li>Index</li>
<li>Help</li>
</ul>
- <div class="aboutLanguage"><em><strong>Apache Maven Invoker Plugin
3.6.2-SNAPSHOT Reference</strong></em></div>
+ <div class="aboutLanguage"><em><strong>Apache Maven Invoker Plugin
3.7.0 Reference</strong></em></div>
</div>
<div class="subNav">
<ul class="navList">
Modified:
maven/website/components/plugins-archives/maven-invoker-plugin-LATEST/xref/org/apache/maven/plugins/maven_invoker_plugin/package-frame.html
==============================================================================
---
maven/website/components/plugins-archives/maven-invoker-plugin-LATEST/xref/org/apache/maven/plugins/maven_invoker_plugin/package-frame.html
(original)
+++
maven/website/components/plugins-archives/maven-invoker-plugin-LATEST/xref/org/apache/maven/plugins/maven_invoker_plugin/package-frame.html
Wed May 22 21:58:00 2024
@@ -4,7 +4,7 @@
<!-- generated by Apache Maven JXR (jdk8) -->
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
- <title>Apache Maven Invoker Plugin 3.6.2-SNAPSHOT Reference Package
org.apache.maven.plugins.maven_invoker_plugin</title>
+ <title>Apache Maven Invoker Plugin 3.7.0 Reference Package
org.apache.maven.plugins.maven_invoker_plugin</title>
<link rel="stylesheet" type="text/css"
href="../../../../../stylesheet.css" title="style" />
</head>
<body>
Modified:
maven/website/components/plugins-archives/maven-invoker-plugin-LATEST/xref/org/apache/maven/plugins/maven_invoker_plugin/package-summary.html
==============================================================================
---
maven/website/components/plugins-archives/maven-invoker-plugin-LATEST/xref/org/apache/maven/plugins/maven_invoker_plugin/package-summary.html
(original)
+++
maven/website/components/plugins-archives/maven-invoker-plugin-LATEST/xref/org/apache/maven/plugins/maven_invoker_plugin/package-summary.html
Wed May 22 21:58:00 2024
@@ -4,7 +4,7 @@
<!-- generated by Apache Maven JXR (jdk8) -->
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
- <title>Apache Maven Invoker Plugin 3.6.2-SNAPSHOT Reference Package
org.apache.maven.plugins.maven_invoker_plugin</title>
+ <title>Apache Maven Invoker Plugin 3.7.0 Reference Package
org.apache.maven.plugins.maven_invoker_plugin</title>
<link rel="stylesheet" type="text/css"
href="../../../../../stylesheet.css" title="style" />
</head>
@@ -23,7 +23,7 @@
<li>Index</li>
<li>Help</li>
</ul>
- <div class="aboutLanguage"><em><strong>Apache Maven Invoker Plugin
3.6.2-SNAPSHOT Reference</strong></em></div>
+ <div class="aboutLanguage"><em><strong>Apache Maven Invoker Plugin
3.7.0 Reference</strong></em></div>
</div>
<div class="subNav">
<ul class="navList">
@@ -81,7 +81,7 @@
<li>Index</li>
<li>Help</li>
</ul>
- <div class="aboutLanguage"><em><strong>Apache Maven Invoker Plugin
3.6.2-SNAPSHOT Reference</strong></em></div>
+ <div class="aboutLanguage"><em><strong>Apache Maven Invoker Plugin
3.7.0 Reference</strong></em></div>
</div>
<div class="subNav">
<ul class="navList">
Modified:
maven/website/components/plugins-archives/maven-invoker-plugin-LATEST/xref/overview-frame.html
==============================================================================
---
maven/website/components/plugins-archives/maven-invoker-plugin-LATEST/xref/overview-frame.html
(original)
+++
maven/website/components/plugins-archives/maven-invoker-plugin-LATEST/xref/overview-frame.html
Wed May 22 21:58:00 2024
@@ -4,11 +4,11 @@
<!-- generated by Apache Maven JXR (jdk8) -->
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
- <title>Apache Maven Invoker Plugin 3.6.2-SNAPSHOT Reference</title>
+ <title>Apache Maven Invoker Plugin 3.7.0 Reference</title>
<link rel="stylesheet" type="text/css" href="stylesheet.css"
title="style" />
</head>
<body>
- <h1 title="Apache Maven Invoker Plugin 3.6.2-SNAPSHOT Reference"
class="bar"><strong>Apache Maven Invoker Plugin 3.6.2-SNAPSHOT
Reference</strong></h1>
+ <h1 title="Apache Maven Invoker Plugin 3.7.0 Reference"
class="bar"><strong>Apache Maven Invoker Plugin 3.7.0 Reference</strong></h1>
<div class="indexHeader"><span><a href="allclasses-frame.html"
target="packageFrame">All Classes</a></span></div>
<div class="indexContainer">
<h2 title="Packages">Packages</h2>
Modified:
maven/website/components/plugins-archives/maven-invoker-plugin-LATEST/xref/overview-summary.html
==============================================================================
---
maven/website/components/plugins-archives/maven-invoker-plugin-LATEST/xref/overview-summary.html
(original)
+++
maven/website/components/plugins-archives/maven-invoker-plugin-LATEST/xref/overview-summary.html
Wed May 22 21:58:00 2024
@@ -4,7 +4,7 @@
<!-- generated by Apache Maven JXR (jdk7) -->
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
- <title>Apache Maven Invoker Plugin 3.6.2-SNAPSHOT Reference</title>
+ <title>Apache Maven Invoker Plugin 3.7.0 Reference</title>
<link rel="stylesheet" type="text/css" href="stylesheet.css"
title="style" />
</head>
<body>
@@ -22,7 +22,7 @@
<li>Index</li>
<li>Help</li>
</ul>
- <div class="aboutLanguage"><em><strong>Apache Maven Invoker Plugin
3.6.2-SNAPSHOT Reference</strong></em></div>
+ <div class="aboutLanguage"><em><strong>Apache Maven Invoker Plugin
3.7.0 Reference</strong></em></div>
</div>
<div class="subNav">
<ul class="navList">
@@ -37,7 +37,7 @@
</div>
<div class="header">
- <h1 class="title">Apache Maven Invoker Plugin 3.6.2-SNAPSHOT
Reference</h1>
+ <h1 class="title">Apache Maven Invoker Plugin 3.7.0 Reference</h1>
</div>
<div class="contentContainer">
<table class="overviewSummary" border="0" cellpadding="3"
cellspacing="0" summary="Packages table, listing packages">
@@ -86,7 +86,7 @@
<li>Index</li>
<li>Help</li>
</ul>
- <div class="aboutLanguage"><em><strong>Apache Maven Invoker Plugin
3.6.2-SNAPSHOT Reference</strong></em></div>
+ <div class="aboutLanguage"><em><strong>Apache Maven Invoker Plugin
3.7.0 Reference</strong></em></div>
</div>
<div class="subNav">
<ul class="navList">