Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
Description
When trying to 'mvn -Pkres -DskipTests clean install; current HEAD (rev 1144861), I get the following error:
[ERROR] The project org.apache.stanbol:org.apache.stanbol.commons.solr:0.9-SNAPSHOT (/Users/david/Developer/java/stanbol/commons/solr/pom.xml) has 1 error
[ERROR] Non-resolvable parent POM: Could not find artifact org.apache.stanbol:stanbol-parent:pom:0.9-SNAPSHOT in apache.incubating (http://people.apache.org/repo/m2-incubating-repository) and 'parent.relativePath' points at wrong local POM @ line 23, column 11 -> [Help 2]
which I fix changing the relative path (ln 27 of commons/solr/pom.xml) from:
<relativePath>../parent</relativePath>
to:
<relativePath>../../parent</relativePath>