maybe you got caught by a maven optimization. Maven, when it fails to find something in a repo, remembers that it failed to find it and doesn't look again. In the first note: it reminds you of this when it says (see 2nd paragraph)

[ERROR] Failed to execute goal on project uimaj-as-core: Could not resolve
dependencies for project org.apache.uima:uimaj-as-core:jar:2.4.0-SNAPSHOT:

Failure to find org.apache.uima:uimaj-core:jar:2.4.0-SNAPSHOT in
http://repository.apache.org/snapshots  was cached in the local repository,
resolution will not be reattempted until the update interval of
apache.snapshots has elapsed or updates are forced ->  [Help 1]
...

Now that you've succeeded in building the uimaj base SDK, try rerunning the uima-as build using:

mvn -U clean install

The -U flag makes maven try and re-resolve things it didn't find earlier.

-Marshall



On 1/28/2012 5:24 PM, W.P. McNeill wrote:
Correction: I should have said for step (5) "cd ../uima-as/uima-as".

Reply via email to