Dudu wrote on Monday, September 11, 2006 4:38 PM: > I'm using the RI implementation of JSF, and using shale-test too. > But Shale-test uses another JSF implementation, the MyFaces. > And the two > implementation obviously has classes with identical names. > > How can I manage conflicts like this? Is it correct to change > the pom.xml of > shale to don't get the myfaces? I think no, because all > developers of my > team would to do this...and the goal of maven is the distributed > development. > > In case of jars conflicts, how to solve this in a automatic way to all > developers don't need to change their originally local repositories?
Use an exclusions section declaring your shale-test dependency. - Jörg --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
