Build from source (after deleting ruta things from local .m2) fails saying:
... [ERROR] The build could not read 1 project -> [Help 1] org.apache.maven.project.ProjectBuildingException: Some problems were encountered while processing the POMs: [FATAL] Non-resolvable parent POM: Could not find artifact org.apache.uima:ruta-parent:pom:2.2.0 ... and 'parent.relativePath' points at wrong local POM @ line 26, column 11 [ERROR] The project org.apache.uima:ruta-ep-core-ext:2.2.0 (C:\au\t\ruta\ruta-2.2.0-bfs\ruta-ep-core-ext\pom.xml) has 1 error [ERROR] Non-resolvable parent POM: Could not find artifact org.apache.uima:ruta-parent:pom:2.2.0... and 'parent.relativePath' points at wrong local POM @ line 26, column 11 -> [Help 2] This is easily fixed by changing the pom in ruta-ep-core-ext line 30: from: <relativePath>../../ruta-parent/pom.xml</relativePath> to: <relativePath>../ruta-parent/pom.xml</relativePath> Since this prevents new build-from-sources, I think this needs to be fixed. I'm curious if others could build from sources after deleting their local .m2 "ruta" artifacts. If they could, perhaps my setup is faulty? -Marshall On 3/31/2014 1:20 PM, Marshall Schor wrote: > starting testing... > > -Marshall > >
