Archie Cobbs schrieb: > On Wed, Mar 25, 2009 at 8:03 AM, Martin Weber <[email protected]> wrote: > >> But why is the module's organization name >> 'net.sourceforge.ant-contrib' when downloaded from maven, and >> 'net.sourceforge.antcontrib' when downloaded from Ivy Roundup? >> > > There is no one true standard for organization names, so it's up to each > repository to figure them out.
Ah, ok. Not just a typo. > > Ivy RoundUp tries to follow it's own internal > guidelines<http://code.google.com/p/ivyroundup/wiki/ModuleMaintainerGuidelines>. Thanks for pointing that out. I just guessed the org names by browsing through (maven) repositories. > Typically they are based on java package names. Then the name from Ivy RoundUp makes sense; ant-contrib has the package net.sf.antcontrib. -Martin
