On 9/2/07, Konstantin Priblouda <[EMAIL PROTECTED]> wrote: > diffucult to tell. but recently ( friday ) > I got velocity included in war twice with different > versions and that produced lot of weird errors > on classloading and resolving methods *sometimes* > (on different boxes) > > it turned out, that velocity is sometimes referred by > group Id as org.apache.velocity or just velocity - > when > changing groups be carefull and check who uses it...
This happens when a project changes groupIds without "relocating" the old versions in the repository. Maven has no way of knowing that 'velocity' and 'org.apache.velocity' are the same thing. There's a guide here: http://maven.apache.org/guides/mini/guide-relocation.html -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]