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.
Can you provide a simple example project, demonstrating concretely, what is the problem?
Best of all with README, describing expected and actual behavior.
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.