Does anyone know anything about this one..?

It seems there's a dependency on
org.openprovenance:opm:jar:1.0-SNAPSHOT - but there's a <repository>
missing.

Also we can't really depend on third party SNAPSHOT versions as we
can't know when they will deploy a new snapshot, which could break the
build and meaning that we won't have a consistent build environment.



http://www.mygrid.org.uk/hudson/job/net.sf.taverna.t2.taverna-workbench.nightly/lastFailedBuild/console

[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to create assembly: Failed to assemble repository: Error
resolving artifacts: Unable to locate resource in repository

Try downloading the file manually from the project website.

Then, install it using the command:
    mvn install:install-file -DgroupId=org.openprovenance
-DartifactId=opm -Dversion=1.0-SNAPSHOT -Dpackaging=jar
-Dfile=/path/to/file

Alternatively, if you host your own repository you can deploy the file there:
    mvn deploy:deploy-file -DgroupId=org.openprovenance
-DartifactId=opm -Dversion=1.0-SNAPSHOT -Dpackaging=jar
-Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

Path to dependency:
        1) net.sf.taverna.t2.taverna-workbench:workbench-distro:jar:2.1-SNAPSHOT
        2) org.openprovenance:opm:jar:1.0-SNAPSHOT


  org.openprovenance:opm:jar:1.0-SNAPSHOT

from the specified remote repositories:
  wsZones (http://ws.zones.apache.org/repository2/),
  biomoby (http://biomoby.org/m2repo/),
  jboss.org (http://repository.jboss.org/maven2/),
  java.net (http://download.java.net/maven/2/),
  eviware (http://www.eviware.com/repository/maven2/),
  mygrid-snapshot-repository
(http://www.mygrid.org.uk/maven/snapshot-repository),
  mygrid-repository (http://www.mygrid.org.uk/maven/repository),
  mygrid-repo1 (http://www.mygrid.org.uk/maven/repo1),
  tupelo2 (http://dlt-dev.ncsa.uiuc.edu/m2)



http://openprovenance.org/java/maven-snapshots/org/openprovenance/opm/1.0-SNAPSHOT/opm-1.0-SNAPSHOT.jar


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

------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables 
unlimited royalty-free distribution of the report engine 
for externally facing server and web deployment. 
http://p.sf.net/sfu/businessobjects
_______________________________________________
taverna-hackers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/taverna-hackers
Developers Guide: http://www.mygrid.org.uk/usermanual1.7/dev_guide.html
FAQ: http://www.mygrid.org.uk/wiki/Mygrid/TavernaFaq

Reply via email to