Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Maven dependencies

Hi,

it should be in org.eclipse.jetty:example-jetty-embedded, however it is an example class rather than part of jetty itself, so it is not published into maven central.

It is a class just to work out a Path for where a war file is in our test setup, so it is unlikely to be useful for you.  Just set the Path warFile to the path of where your war file is.



  

On Sat, 27 Mar 2021 at 16:44, Som Lima <somplasticllc@xxxxxxxxx> wrote:
Hi ,
Having issues finding maven dependencies for
JettyDistribution
ExampleUtil


        Path warFile = JettyDistribution.resolve("demo-base/webapps/test.war");

        int port = ExampleUtil.getPort(args, "jetty.http.port", 8080);

any ideas ?
Thanks

_______________________________________________
jetty-users mailing list
jetty-users@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/jetty-users


--
Greg Wilkins <gregw@xxxxxxxxxxx> CTO http://webtide.com

Back to the top