Interestingly, I can access it from my pc at work, but not from my pc at
home (where I tried to review the rc). No idea yet why...
Best,
Peter
Am 23.02.2015 um 17:56 schrieb Marshall Schor:
This error message appears to be caused by some glitch
It occurs during an "integration test" for the jcasgen-maven-plugin. The
integration tests run the maven invoker plugin which sets up an isolated ".m2"
local repository for maven, initially empty, which then downloads everything
needed (other than plugins being tested).
The simple pom in the test case is specifying parent-pom version 4, which is
attempted to be downloaded from
http://repo1.maven.org/maven2/org/apache/uima/parent-pom/4/parent-pom-4.pom
If I go to that url, I can see the pom, just fine (this morning, from the USA).
Can you check that url from your location, and see if it works (might be
resolving to a different maven central server)? If it does, please just try
again.
-Marshall
On 2/21/2015 1:18 PM, Peter Klügl wrote:
Hi,
I have some problems building the svn-tag. Could be my build machine, but I do
not know yet what causes it.
jcasgen-maven-plugin fails. jcasgen-maven-plugin\target\it\simple\build.log
says:
[INFO] Scanning for projects...
Downloading:
http://repo1.maven.org/maven2/org/apache/uima/parent-pom/4/parent-pom-4.pom
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]
[ERROR] The project test:simple:1.0.0-SNAPSHOT
(D:\review\svn\jcasgen-maven-plugin\target\it\simple\pom.xml) has 1 error
[ERROR] Non-resolvable parent POM: Could not transfer artifact
org.apache.uima:parent-pom:pom:4 from/to central
(http://repo1.maven.org/maven2): GET request of:
org/apache/uima/parent-pom/4/parent-pom-4.pom from central failed and
'parent.relativePath' points at no local POM @ line 23, column 11: Connection
reset -> [Help 2]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please
read the following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
[ERROR] [Help 2]
http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException
Am 19.02.2015 um 16:10 schrieb Marshall Schor:
Hi again,
Here's the next release candidate for the UIMAJ SDK, rc7.
RC7 fixes the bug in snapshot iterators over empty snapshots, plus one other
obscure case issue (UIMA 4250).
Verses 2.6.0, this version has lots of changes. These are summarized in the
README and RELEASE_NOTES. The list of changes in Jira:
https://issues.apache.org/jira/issues/?jql=project%20%3D%20UIMA%20AND%20fixVersion%20%3D%202.7.0SDK%20ORDER%20BY%20updated%20DESC%2C%20priority%20DESC%2C%20created%20ASC
The source and binary zip/tars and the Eclipse update site are staged to
http://people.apache.org/~schor/uima-release-candidates/uimaj-2.7.0-rc7
The Maven artifacts are here:
https://repository.apache.org/content/repositories/orgapacheuima-1048
The SVN tags are here:
http://svn.apache.org/repos/asf/uima/uimaj/tags/uimaj-2.7.0/
and for the Eclipse Update Site:
http://svn.apache.org/repos/asf/uima/uimaj/tags/uimaj-eclipse-update-site-2.7.0/
See http://uima.apache.org/testing-builds.html for suggestions on how to test
release candidates.
Please vote on release:
[ ] +1 OK to release
[ ] 0 Don't care
[ ] -1 Not OK to release, because ...
Thanks.
-Marshall