You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by "Jagan Padmanabha Pillai -X (jpadmana - Insight Solutions, Inc. at Cisco)" <jp...@cisco.com> on 2007/03/08 01:28:21 UTC

classpath order

 
The order of classpaths/dependencies seems to change when different
people are working. Everyone is using the same pom.xml file, no changes.
 
Does anyone know why this is happening.
Its the same pom.xml file. Nothing is changed. Because some classes are
available in different jars there are some classpath issue and build is
failing for me. 
 
Also is there anyway we can control the order the dependencies added to
the classpath.
 
Thanks!!