Re: [jetty-users] Maven jetty plugin classpath error with 7.5.3.v20111011

2011-10-20 Thread Jan Bartel
ay, October 19, 2011 7:17 PM > *To:* JETTY user mailing list > *Subject:* Re: [jetty-users] Maven jetty plugin classpath error with > 7.5.3.v20111011 > > ** ** > > Yep, the impl of the plugin changed for 7.5.3 in the way in which it > obtains the dependency jars of th

Re: [jetty-users] Maven jetty plugin classpath error with 7.5.3.v20111011

2011-10-20 Thread Mike Pilone
ct: Re: [jetty-users] Maven jetty plugin classpath error with 7.5.3.v20111011 Yep, the impl of the plugin changed for 7.5.3 in the way in which it obtains the dependency jars of the project. I think what has happened is that the new way (recommended by the maven developers) of obtaining the p

Re: [jetty-users] Maven jetty plugin classpath error with 7.5.3.v20111011

2011-10-19 Thread Jan Bartel
Yep, the impl of the plugin changed for 7.5.3 in the way in which it obtains the dependency jars of the project. I think what has happened is that the new way (recommended by the maven developers) of obtaining the project dependencies is a maven 3.x-ism. Note also that I want to change the names

[jetty-users] Maven jetty plugin classpath error with 7.5.3.v20111011

2011-10-19 Thread Mike Pilone
I upgraded from 7.4.5.v20110725 to 7.5.3.v20111011 today and found that any system using Maven 2.2.1 would throw a "javax.servlet.UnavailableException" when loading a servlet from my webapp. The same exact project works fine using Maven 3.0.3. What I've seen with the exact same project and POM: