Skip to content

Commit f7b72bb

Browse files
committed
CARGO-1639: Add EE8 / EE9 / EE10 Maven artifact resolution for the Jetty 12 embedded container
1 parent 10d64e4 commit f7b72bb

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

cargo/Jetty+12.x.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1207,7 +1207,7 @@ <h5 id="Jetty12.x-Forembeddedcontainero.c.c.c.jetty.Jetty12xEmbeddedLocalContain
12071207
<p class="title">Jetty 12.x Embedded container and EE versions</p><span class="aui-icon aui-icon-small aui-iconfont-info confluence-information-macro-icon"> </span>
12081208
<div class="confluence-information-macro-body">
12091209
<p>Jetty 12.x supports multiple Java / Jakarta EE versions, for the Embedded container this is steered through the <code><a href="https://codehaus-cargo.github.io/apidocs/org/codehaus/cargo/container/jetty/JettyPropertySet.html#DEPLOYER_EE_VERSION">JettyPropertySet.DEPLOYER_EE_VERSION</a></code> property.</p>
1210-
<p>When using this feature through the <a href="Javadocs.html">Java API</a> or <a href="Ant+support.html">Ant tasks</a>, you will have to set the classpath accordingly. Because of the pre-programmed dependency management logic, the <a href="Maven+3+Plugin.html">Maven 3 plugin</a> for Jetty 12.x Embedded only supports <code>ee10</code>.</p>
1210+
<p>When using this feature through the <a href="Javadocs.html">Java API</a> or <a href="Ant+support.html">Ant tasks</a>, you will have to set the classpath accordingly. The <a href="Maven+3+Plugin.html">Maven 3 plugin</a> for Jetty 12.x Embedded will resolve the right Jetty artifacts automagically based on the <code><a href="https://codehaus-cargo.github.io/apidocs/org/codehaus/cargo/container/jetty/JettyPropertySet.html#DEPLOYER_EE_VERSION">JettyPropertySet.DEPLOYER_EE_VERSION</a></code> property.</p>
12111211
</div>
12121212
</div>
12131213
<h4 id="Jetty12.x-ExistingLocalConfigurationProperties">Existing Local Configuration Properties</h4>

cargo/Project+Structure.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -422,6 +422,9 @@ <h3 id="Navigation-Development">Development</h3>
422422
<li><span style="color: red;"><strong>jetty9x-embedded-test/</strong></span>: Sample application that exercises the Cargo Maven 3 plugin with an embedded Jetty 9.x container</li>
423423
<li><span style="color: red;"><strong>jetty10x-embedded-test/</strong></span>: Sample application that exercises the Cargo Maven 3 plugin with an embedded Jetty 10.x container</li>
424424
<li><span style="color: red;"><strong>jetty11x-embedded-test/</strong></span>: Sample application that exercises the Cargo Maven 3 plugin with an embedded Jetty 11.x container</li>
425+
<li><span style="color: red;"><strong>jetty12x-ee8-embedded-test/</strong></span>: Sample application that exercises the Cargo Maven 3 plugin with an embedded Jetty 12.x container with EE8 profile</li>
426+
<li><span style="color: red;"><strong>jetty12x-ee9-embedded-test/</strong></span>: Sample application that exercises the Cargo Maven 3 plugin with an embedded Jetty 12.x container with EE9 profile</li>
427+
<li><span style="color: red;"><strong>jetty12x-ee10-embedded-test/</strong></span>: Sample application that exercises the Cargo Maven 3 plugin with an embedded Jetty 12.x container with EE10 profile</li>
425428
<li><span style="color: red;"><strong>jetty12x-embedded-test/</strong></span>: Sample application that exercises the Cargo Maven 3 plugin with an embedded Jetty 12.x container</li>
426429
<li><span style="color: red;"><strong>license-test/</strong></span>: Sample application that exercises checks the Uberjar with regards to its license needs (<a href="https://codehaus-cargo.atlassian.net/browse/CARGO-1489">CARGO-1489</a> and <a href="https://codehaus-cargo.atlassian.net/browse/CARGO-1494">CARGO-1494</a>)</li>
427430
<li><span style="color: red;"><strong>multi-datasource-test/</strong></span>: Sample application that exercises the Cargo Maven 3 plugin with a Tomcat 6.x container and multiple datasources</li>

0 commit comments

Comments
 (0)