Re: [Stat-scm-user] Maven Dependencies
Brought to you by:
benoitx,
dougculnane
From: Andreas G. <And...@ma...> - 2008-11-10 15:38:42
|
Doug, Thank for the attachments. Is there a specific reason why only some of the jars are deployed to the official Maven Repository? I find it inconsistent to have some jars on repo1.maven.org/maven2 and some on an additional repository. If I remember correctly the repository is defined in the pom file on repo1 but still, I think it would be better to have everything on repo1. Andreas -----Original Message----- From: Doug Culnane [mailto:do...@cu...] Sent: Saturday, November 08, 2008 11:06 AM To: Andreas Guther Cc: sta...@li... Subject: Re: [Stat-scm-user] Maven Dependencies Hi Andreas, The whole site on source forge seams to have gone....??? I was not aware of this, and will look into it. The jars come from the SF repository and if it is not there then the plugin will not work. For a quick fix here attached are the dependencies you need. All the best, Doug Andreas Guther wrote: > > Hi, > > > > I am trying to use StatScm 1.2.0 > > > > The version I found in the Maven Repository > http://repo1.maven.org/maven2/net/sf/stat-scm/1.2.0/stat-scm-1.2.0.pom > defines a dependency on stat-svn 0.4.0-StatSCM which is not available > from the maven repo. > > > > <dependency> > > <groupId>net.sf</groupId> > > <artifactId>stat-svn</artifactId> > > <version>0.4.0-StatSCM</version> > > </dependency> > > > > The only similar dependency I can find on maven is > http://repo1.maven.org/maven2/net/sf/statsvn/statsvn/ (no hyphen). > > > > The Maven2 repository on sourceforge seems to be down on gone. > > > > Please help me to resolve the dependencies. > > > > Thank you in advance, > > > > Andreas > > > > > > > > > > ---------------------------------------------------------------------- > -- > > ---------------------------------------------------------------------- > --- This SF.Net email is sponsored by the Moblin Your Move Developer's > challenge Build the coolest Linux based applications with Moblin SDK & > win great prizes Grand prize is a trip for two to an Open Source event > anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > ---------------------------------------------------------------------- > -- > > _______________________________________________ > Stat-scm-user mailing list > Sta...@li... > https://lists.sourceforge.net/lists/listinfo/stat-scm-user > |