On 3/31/2014 4:33 PM, Peter Klügl wrote: > Doh, that was also one problem jenkins had and which I already have fixed now. > I wonder why I had never problems building the artifacts on my local machine > even during the release and review process... Did you clear your .m2 local repo before trying the build?
-Marshall > > Well, nevermind, I will create a new RC tomorrow. > > Sorry for the trouble, > > Peter > > Am 31.03.2014 21:58, schrieb Marshall Schor: >> 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 >>> >>> > > >
