Skip to content

Commit

Permalink
Se default Jetty version when no container defined in the Maven 3 plu…
Browse files Browse the repository at this point in the history
…gin back to Jetty 9.x, as that's the highest Jetty version supporting Java 8
  • Loading branch information
alitokmen committed Feb 4, 2024
1 parent 8a436ae commit 38b1e17
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cargo/Maven+3+Plugin+Reference+Guide.html
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ <h1 id="Maven3PluginReferenceGuide-ReferenceGuide">Reference Guide</h1>
<td class="confluenceTd">
<p>👎</p></td>
<td class="confluenceTd">
<p>Defaults to a <a href="Jetty+10.x.html">Jetty 10.x</a> <a href="Installed+Container.html">installed local container</a> if not specified</p></td>
<p>Defaults to a <a href="Jetty+9.x.html">Jetty 9.x</a> <a href="Installed+Container.html">installed local container</a> if not specified</p></td>
</tr>
<tr>
<td class="confluenceTd">
Expand Down Expand Up @@ -551,7 +551,7 @@ <h1 id="Maven3PluginReferenceGuide-ReferenceGuide">Reference Guide</h1>
<td class="confluenceTd">
<p>👎</p></td>
<td class="confluenceTd">
<p><code>jetty10x</code></p></td>
<p><code>jetty9x</code></p></td>
</tr>
<tr>
<td colspan="1" class="confluenceTd">
Expand Down Expand Up @@ -649,7 +649,7 @@ <h1 id="Maven3PluginReferenceGuide-ReferenceGuide">Reference Guide</h1>
<td class="confluenceTd">
<p>👎</p></td>
<td class="confluenceTd">
<p>Default value is <code>installed</code> unless the <code>&lt;containerId&gt;</code> has not been specified, in which case the default is to use the <a href="Jetty+10.x.html">Jetty 10.x</a> <a href="Installed+Container.html">installed local container</a>.</p></td>
<p>Default value is <code>installed</code> unless the <code>&lt;containerId&gt;</code> has not been specified, in which case the default is to use the <a href="Jetty+9.x.html">Jetty 9.x</a> <a href="Installed+Container.html">installed local container</a>.</p></td>
</tr>
<tr>
<td class="confluenceTd">
Expand Down

0 comments on commit 38b1e17

Please sign in to comment.