You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@rya.apache.org by danieljue <gi...@git.apache.org> on 2018/03/13 20:37:36 UTC

[GitHub] incubator-rya pull request #:

Github user danieljue commented on the pull request:

    https://github.com/apache/incubator-rya/commit/5b489dc0b6fb95ee9cd738cf2536c959ff09171e#commitcomment-28074892
  
    Seems like it fails to build now on mvn clean install.  
    
    `mvn clean install
    [INFO] Scanning for projects...
    [ERROR] [ERROR] Some problems were encountered while processing the POMs:
    [FATAL] Non-resolvable parent POM for org.apache.rya:rya.streams.query-manager:[unknown-version]: Could not find artifact org.apache.rya:rya.streams.parent:pom:3.2.12-incubating-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 22, column 13
     @ 
    [ERROR] The build could not read 1 project -> [Help 1]
    [ERROR]   
    [ERROR]   The project org.apache.rya:rya.streams.query-manager:[unknown-version] (/Users/dan.jue/Documents/ironnet/futures/ironlabs/cognitive/incubator-rya/extras/rya.streams/query-manager/pom.xml) has 1 error
    [ERROR]     Non-resolvable parent POM for org.apache.rya:rya.streams.query-manager:[unknown-version]: Could not find artifact org.apache.rya:rya.streams.parent:pom:3.2.12-incubating-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 22, column 13 -> [Help 2]
    [ERROR] 
    [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
    [ERROR] Re-run Maven using the -X switch to enable full debug logging.
    [ERROR] 
    [ERROR] For more information about the errors and possible solutions, please read the following articles:
    [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
    [ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException`


---