You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by "Rupert Westenthaler (JIRA)" <ji...@apache.org> on 2011/07/10 21:29:59 UTC

[jira] [Resolved] (STANBOL-260) stanbol/commons/solr/pom.xml 'parent.relativePath' points at wrong local POM

     [ https://issues.apache.org/jira/browse/STANBOL-260?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rupert Westenthaler resolved STANBOL-260.
-----------------------------------------

    Resolution: Fixed
      Assignee: Rupert Westenthaler

Thanks for reporting

Fixed with revision 1144940 (http://svn.apache.org/viewvc?view=revision&revision=1144940)

> 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
>            Assignee: Rupert Westenthaler
>            Priority: Minor
>              Labels: compilation
>
> 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