On Sun, Apr 3, 2011 at 20:05, michael bane
<[email protected]> wrote:

> initmaven:
> [artifact:dependencies] Downloading:
> org/jvnet/staxex/stax-ex/1.4/stax-ex-1.4.pom from biomoby-m2
> [artifact:dependencies] Downloading:
> org/jvnet/staxex/stax-ex/1.4/stax-ex-1.4.pom from biomoby-m2

Try editing $HOME/.m2/settings.xml to include:

<settings>
  <mirrors>
    <mirror>
      <id>mygrid-biomoby</id>
      <url>http://www.mygrid.org.uk/maven/biomoby/biomoby.org/m2repo</url>
      <mirrorOf>bio.maven.repository</mirrorOf>
    </mirror>
  </mirrors>
</settings>

Hopefully myGrid's mirror is more responsive that the biomoby.org one.


As for the reason it keeps downloading I believe is if the .pom is
missing from the repository (but not the JAR). That's a mistake that
often happens in the central Maven repository, but I'm not sure if
this is the case here.

-- 
Stian Soiland-Reyes, myGrid team
School of Computer Science
The University of Manchester

------------------------------------------------------------------------------
Create and publish websites with WebMatrix
Use the most popular FREE web apps or write code yourself; 
WebMatrix provides all the features you need to develop and 
publish your website. http://p.sf.net/sfu/ms-webmatrix-sf
_______________________________________________
taverna-users mailing list
[email protected]
[email protected]
Web site: http://www.taverna.org.uk
Mailing lists: http://www.taverna.org.uk/about/contact-us/

Reply via email to