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 <[email protected]> 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 > [email protected] > To unsubscribe from this list, visit > https://www.eclipse.org/mailman/listinfo/jetty-users > -- Greg Wilkins <[email protected]> CTO http://webtide.com
_______________________________________________ jetty-users mailing list [email protected] To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/jetty-users
