You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by GitBox <gi...@apache.org> on 2022/11/29 14:02:05 UTC

[GitHub] [maven] cstamas opened a new pull request, #886: [EXPERIMENT] Jetty transport

cstamas opened a new pull request, #886:
URL: https://github.com/apache/maven/pull/886

   Add Jetty transport from resolver and make it selectable.
   
   To build this Java17 is must (and raises Maven as well to 11).
   
   Depends on https://github.com/apache/maven-resolver/pull/225
   
   To build this (some dependencies brings in new license):
   ```
   mvn clean install -Dremoteresources.skip
   ```
   
   You will end up with HUGE maven 4 snapshot that embed Jetty Client.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@maven.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] [EXPERIMENT] Jetty transport [maven]

Posted by "cstamas (via GitHub)" <gi...@apache.org>.
cstamas commented on PR #886:
URL: https://github.com/apache/maven/pull/886#issuecomment-1880854298

   This PR experiment is done, resolver has now JDK (added to Maven) and Jetty transport. Simplest way to use Jetty is to just define it as extension in `.mvn/extensions.xml` and it will prevail as it has highest priority. Is not included in Maven distro by default.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@maven.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] [EXPERIMENT] Jetty transport [maven]

Posted by "cstamas (via GitHub)" <gi...@apache.org>.
cstamas closed pull request #886: [EXPERIMENT] Jetty transport
URL: https://github.com/apache/maven/pull/886


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@maven.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org