This is the olink database that is produced to enable cross-linking between separately produced docbooks.
It's stored on the repository.apache.org Nexus repository. This repository should be on the list of repositories to look for "SNAPSHOTS". I just went there and drilled down snapshots -> org / apache / uima / uima-docbook-olink / 1-SNAPSHOT and I see the files there. So maybe on the machine where you're doing the build the parent pom chain or ??? is not defining this repository as a SNAPSHOT repo to use? -Marshall On 7/13/2011 9:41 AM, Jörn Kottmann wrote: > Hi all, > > on another machine I get a different build error when building the current > trunk version. I assume there the missing dependency from my last post is is > in the local repo. > > [ERROR] Failed to execute goal > org.apache.maven.plugins:maven-dependency-plugin:2.1:unpack (getOlink) on > project uima-docbook-overview-and-setup: Unable to find artifact. Could not > find artifact org.apache.uima:uima-docbook-olink:zip:olink:1-SNAPSHOT > [ERROR] > [ERROR] Try downloading the file manually from the project website. > [ERROR] > [ERROR] Then, install it using the command: > [ERROR] mvn install:install-file -DgroupId=org.apache.uima > -DartifactId=uima-docbook-olink -Dversion=1-SNAPSHOT -Dclassifier=olink > -Dpackaging=zip -Dfile=/path/to/file > > Build stops when it reaches the "Building Apache UIMA SDK Documentation - > overview and setup 2.3.2-SNAPSHOT" part. > And then prints the above error message. > > Jörn > > >
