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 _______________________________________________ m2e-users mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/m2e-users
