stanbol/commons/solr/pom.xml 'parent.relativePath' points at wrong local POM
----------------------------------------------------------------------------
Key: STANBOL-260
URL: https://issues.apache.org/jira/browse/STANBOL-260
Project: Stanbol
Issue Type: Bug
Components: Commons
Reporter: David Riccitelli
Priority: Minor
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>
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira