Yes, the build runs trough now, thanks.
Jörn
On 11/23/10 9:17 PM, Marshall Schor wrote:
This problem is now fixed. Please update your uimaj-parent to pick up the
override, which will be used until we do an update to the project-wide parent
pom. I tested this by deleting my .m2 uima directory and was able to build
uimaj.
-Marshall
On 11/23/2010 2:47 PM, Marshall Schor wrote:
Thanks, I see the problem - it's a left over "SNAPSHOT" in the parent pom that
should have been switched to the non-SNAPSHOT version.
I'll override this in the uimaj (and other) project-local poms.
I guess I missed this because the snapshot repo at Apache kept (for a while) the
1-SNAPSHOT version of this jar, but I see now when I go look there, that the Jar
has been removed. I'm guessing (but don't know for sure) that the snapshots are
deleted by a "cleanup task", perhaps run from time to time, and perhaps also
conditioned on a "release" happening for the same artifact.
-Marshall
On 11/23/2010 10:17 AM, Jörn Kottmann wrote:
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