Uploaded image for project: 'Stanbol (Retired)'
  1. Stanbol (Retired)
  2. STANBOL-260

stanbol/commons/solr/pom.xml 'parent.relativePath' points at wrong local POM

    XMLWordPrintableJSON

Details

    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>

      Attachments

        Activity

          People

            rwesten Rupert Westenthaler
            davidr David Riccitelli
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: