akhikhl / gretty

Advanced gradle plugin for running web-apps on jetty and tomcat.
MIT License
655 stars 174 forks source link

Support providedRuntime dependencies for jetty-env.xml #171

Open rjsang opened 9 years ago

rjsang commented 9 years ago

Currently dependencies to be used in a jetty-env.xml file have to be defined specifically as dependencies for the gretty configuration.

providedRuntime should also be supported for these dependencies. This would be consistent with user expectations from other plugins and for anyone migrating from maven.

akhikhl commented 9 years ago

Can you provide a simple example project, demonstrating concretely, what is the problem? Best of all with README, describing expected and actual behavior.