Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Jetty 7.2.1 and configuring a ResourceCollection via Maven

Nils,

If the methods you are referring to have been removed in a maintenance release, it is a bug because there should have been no methods removed from public API for that type of release. Please create the bug report. A test application that works in a previous release would be helpful in creating a test harness.

-Michael

On Fri, Nov 26, 2010 at 11:32 AM, Nils Breunese <N.Breunese@xxxxxxx> wrote:

I don't see how a test application would explain anything. My question comes down to: how do I instantiate a ResourceCollection from a Maven pom.xml using Jetty 7.2.1.v20101111 (jetty-maven-plugin)?

Using Jetty 7.2.0.v20101020 I'm doing it like this:


Back to the top