|
From: JeremyAnderson <and...@sb...> - 2006-11-28 18:05:21
|
I think this is because in Maven1 there really wasn't a default naming convention for the groupId, so the repositories have these to maintain backward compatibility. Most new libraries being posted to the Maven repositories follow the standard naming convention of using the fully qualified domain name for the groupId followed by the module name, which is why you'll find the new Spring libraries in org/springframework instead of just /springframework. There is a really good free eBook available for Maven2 from the guys over at Mergere, here is the link http://www.mergere.com/m2book_download.jsp Here is a snippet talking about the groupId naming convention... "groupId: this setting indicates your area of influence, company, department, project, etc., and it should mimic standard package naming conventions to avoid duplicate values. For this example, you will use com.mergere.m2book.migrating, as it is our 'unofficial' example version of Spring; however, the Spring team would use org.springframework" Jeremy Anderson -----Original Message----- From: spr...@li... [mailto:spr...@li...] On Behalf Of Patrick Burleson Sent: Tuesday, November 28, 2006 12:04 PM To: spr...@li... Subject: Re: [Springframework-developer] Maven POMs On 11/28/06, Gregory Kick <gk...@gm...> wrote: > Somebody should consider making redirection poms for the > springframework groupId if it's really all that confusing. > http://maven.apache.org/pom.html#Relocation shows you how to do it. It's not that it's confusing...it's just that there are now at least 3 places Spring is located in the main maven repository depending on the version break. And there's no documentation on the Spring website as to where Spring might be in that repository. Without "just knowing", there's no real way to tell Spring had moved from /spring to /springframework to /org/springframework . Someone like myself coming in new to the maven world can easily get lost trying to find things. Patrick > > On 11/27/06, Dexter Ang <dex...@si...> wrote: > > Whenever I have problem looking for the dependencies, i use this > > website http://mavenregistry.com. > > > > Cheers, > > Dexter > > > > Patrick Burleson wrote: > > > Thank you for the correct location. > > > > > > Is this documented anywhere on the Spring website? Or do you have > > > to "just know"? > > > > > > Patrick > > > > > > On 11/27/06, Craig Walls <cr...@ha...> wrote: > > > > > >> The groupId is "org.springframework", so you should be looking in > > >> http://repo1.maven.org/maven2/org/springframework > > >> > > >> > > >> Patrick Burleson wrote: > > >> > > >>> On 11/26/06, *Ben Hale* <ben...@in... > > >>> <mailto:ben...@in...>> wrote: > > >>> > > >>> I've uploaded the Maven POMs for 2.0.1 to our repo. The maven > > >>> team has already synced us to the main Ibiblio repository so you > > >>> should be able to get your fix there. Cheers. > > >>> > > >>> > > >>> > > >>> Pardon the stupid question, but I don't see any updated stuff in: > > >>> > > >>> http://www.ibiblio.org/maven2/springframework/spring/ > > >>> > > >>> nor > > >>> > > >>> http://repo1.maven.org/maven2/springframework/spring/ > > >>> <http://repo1.maven.org/maven2/springframework/spring/> > > >>> > > >>> And it appears /spring/spring is way out of date. I don't even > > >>> see the > > >>> 1.2.7 or 1.2.8 releases. > > >>> > > >>> What is the link to the Spring Framework Repo? I can't seem to > > >>> find it on the www.springframework.org <http://www.springframework.org> site. > > >>> > > >>> Thanks, > > >>> Patrick > > >>> > > >>> ---------------------------------------------------------------- > > >>> -------- > > >>> > > >>> ---------------------------------------------------------------- > > >>> --------- Take Surveys. Earn Cash. Influence the Future of IT > > >>> Join SourceForge.net's Techsay panel and you'll get the chance > > >>> to share your opinions on IT & business topics through brief > > >>> surveys - and earn cash > > >>> http://www.techsay.com/default.php?page=join.php&p=sourceforge&C > > >>> ID=DEVDEV > > >>> ---------------------------------------------------------------- > > >>> -------- > > >>> > > >>> _______________________________________________ > > >>> Springframework-developer mailing list > > >>> Spr...@li... > > >>> https://lists.sourceforge.net/lists/listinfo/springframework-dev > > >>> eloper > > >>> > > >>> > > >> ----------------------------------------------------------------- > > >> -------- Take Surveys. Earn Cash. Influence the Future of IT Join > > >> SourceForge.net's Techsay panel and you'll get the chance to > > >> share your opinions on IT & business topics through brief surveys > > >> - and earn cash > > >> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CI > > >> D=DEVDEV _______________________________________________ > > >> Springframework-developer mailing list > > >> Spr...@li... > > >> https://lists.sourceforge.net/lists/listinfo/springframework-deve > > >> loper > > >> > > >> > > > > > > ------------------------------------------------------------------ > > > ------- Take Surveys. Earn Cash. Influence the Future of IT Join > > > SourceForge.net's Techsay panel and you'll get the chance to share > > > your opinions on IT & business topics through brief surveys - and > > > earn cash > > > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID > > > =DEVDEV _______________________________________________ > > > Springframework-developer mailing list > > > Spr...@li... > > > https://lists.sourceforge.net/lists/listinfo/springframework-devel > > > oper > > > > > > > > > > > > -------------------------------------------------------------------- > > ----- Take Surveys. Earn Cash. Influence the Future of IT Join > > SourceForge.net's Techsay panel and you'll get the chance to share > > your opinions on IT & business topics through brief surveys - and > > earn cash > > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=D > > EVDEV _______________________________________________ > > Springframework-developer mailing list > > Spr...@li... > > https://lists.sourceforge.net/lists/listinfo/springframework-develop > > er > > > > > -- > Gregory Kick > gk...@gm... > > ---------------------------------------------------------------------- > --- Take Surveys. Earn Cash. Influence the Future of IT Join > SourceForge.net's Techsay panel and you'll get the chance to share > your opinions on IT & business topics through brief surveys - and earn > cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEV > DEV _______________________________________________ > Springframework-developer mailing list > Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springframework-developer > ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Springframework-developer mailing list Spr...@li... https://lists.sourceforge.net/lists/listinfo/springframework-developer |