Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [m2e-users] How do you define provided dependencies with Webby?

Miguel Almeida wrote:

3) I tried Webby and managed to make the overlay work for workspace
projects (and is quite impressive). But *how do you define provided
dependencies?*

Webby has no direct support for provided-scope dependencies when using an embedded Jetty server. Instead, you might want to try the following: Download a normal Jetty distribution and unpack it. Then, in your Webby launch configuration, select container type "installed" and set the container home to the directory of your Jetty installation. IIRC, droping your provided dependencies into Jetty's lib dir should then make them available to your webapp.


Benjamin



Back to the top