Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] Jetty Maven Plugin: Which OPTION jars are activated by default?

When starting up a Jetty server with Jetty Maven Plugin's "mvn
jetty:run" command, which Jetty Jars are put on the classpath? I'm
looking for a list such as
"OPTIONS=Server,jsp,jmx,resources,websocket,ext,plus"... that is, I'm
looking for a list of start options as listed on this page:
http://wiki.eclipse.org/Jetty/Reference/Start_Options .

Or can I assume that "OPTIONS=All" ?

In case the Jetty Maven Plugin doesn't put all Jetty Jars on the
classpath, how can I let the Jetty Maven Plugin know which one I would
like to have?

Thanks for your help!


Back to the top