It seems in maven2.0.5, we can control the order in pom.xml
-----Original Message----- From: Rod Mclaughlin [mailto:[EMAIL PROTECTED] Sent: Thursday, March 08, 2007 1:10 PM To: Maven Users List Subject: Re: maven dependency classpath That's a good question! If we can control the classpath order, we can avoid the 'cglib-full' issue (the issue is that class x.y.Z is on the classpath twice, our code requires method a(), and the first example of x.y.Z on the classpath does not have a method a() but the second does, so if we could reverse the classpath order, our code will build using Maven). Jagan Padmanabha Pillai -X (jpadmana - Insight Solutions, Inc. at Cisco) wrote: > > Does anyone know how maven creates the classpath from the dependencies. > > Whats the order it creates ? How can we control the order ? > > Thanks!! > > -- Rod McLaughlin [EMAIL PROTECTED] .m2/repository/cglib/cglib-full/2.0.2/cglib-full-2.0.2.jar --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
