Re: [Stat-scm-user] Problem retrieving the module
Brought to you by:
benoitx,
dougculnane
From: <mir...@st...> - 2006-11-28 13:49:02
|
Hi Doug, thank you for your fast reply :-) Maybe you'll get more feedback now as http://www.statsvn.org/ just released their new website with link to your project :-) The problem still persist but now the output is more concrete. From it is obvious it cannot get http://stat-scm.sourceforge.net/maven2/net/sf/stat-scm/1.0-SNAPSHOT/stat-scm-1.0-SNAPSHOT.pom which really isn't there: [INFO] snapshot net.sf:stat-scm:1.0-SNAPSHOT: checking for updates from codehaus-snapshot-plugins [INFO] snapshot net.sf:stat-scm:1.0-SNAPSHOT: checking for updates from unto.net [INFO] snapshot net.sf:stat-scm:1.0-SNAPSHOT: checking for updates from stat-scm-sourceforge Downloading: http://snapshots.repository.codehaus.org//net/sf/stat-scm/1.0-SNAPSHOT/stat-scm-1.0-SNAPSHOT.pom [WARNING] Unable to get resource from repository codehaus-snapshot-plugins (http://snapshots.repository.codehaus.org/) Downloading: http://repository.unto.net/maven//net/sf/stat-scm/1.0-SNAPSHOT/stat-scm-1.0-SNAPSHOT.pom [WARNING] Unable to get resource from repository unto.net (http://repository.unto.net/maven/) Downloading: http://stat-scm.sourceforge.net/maven2/net/sf/stat-scm/1.0-SNAPSHOT/stat-scm-1.0-SNAPSHOT.pom [WARNING] Unable to get resource from repository stat-scm-sourceforge (http://stat-scm.sourceforge.net/maven2) [INFO] ------------------------------------------------------------------------ [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] Error building POM (may not be this project's POM). Project ID: net.sf:stat-scm Reason: POM 'net.sf:stat-scm' not found in repository: Unable to download the artifact from any repository net.sf:stat-scm:pom:1.0-SNAPSHOT from the specified remote repositories: codehaus-snapshot-plugins (http://snapshots.repository.codehaus.org/), codehaus-plugins (http://repository.codehaus.org/), stat-scm-sourceforge (http://stat-scm.sourceforge.net/maven2), unto.net (http://repository.unto.net/maven/), central (http://repo1.maven.org/maven2) [INFO] ------------------------------------------------------------------------ [INFO] For more information, run Maven with the -e switch [INFO] ------------------------------------------------------------------------ [INFO] Total time: 9 seconds [INFO] Finished at: Tue Nov 28 14:43:19 CET 2006 [INFO] Final Memory: 13M/24M [INFO] ------------------------------------------------------------------------ -- Miroslav Culnane, Douglas John wrote: > Great my first user....! Thanks for your mail. > > The problem is that the project is a bit new so the first users must be > a bit patient, but I will try to get this working for you. > > Try to add a versio to the reporting section of your pom: > [...] > <reporting> > <plugins> > [...] > <plugin> > <groupId>net.sf</groupId> > <artifactId>stat-scm</artifactId> > <version>1.0-SNAPSHOT</version> > > </plugin> > </plugins> > </reporting> > [...] > > Let me know if this works. > > All the best, > > Doug > |