Tested this on my macbook and get this error:
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-dependency-plugin:2.1:unpack
(copyDocbookInfo) on project uima-docbook-overview-and-setup: Unable to
find artifact. Failure to find
org.apache.uima:uima-build-resources:jar:1-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.plugins has elapsed or updates are forced
I also wiped the org/apache/uima folder inside my local repository.
Jörn
On 11/22/10 8:27 PM, Marshall Schor wrote:
To build the whole thing, you do:
svn co https://svn.apache.org/repos/asf/uima/uimaj/trunk c:/myWorkingCopy
cd c:/myWorkingCopy/uimaj
mvn install
This works without any need to have local "settings.xml" file for maven, and
also works without needing to download and build any "build" tooling.
I tried this out on my Mac, after deleting my settings.xml, and the uima part of
my local .m2 repo, and it succeeded.
-Marshall