Following the instructions on the atlas installation docs (
https://atlas.apache.org/InstallationSteps.html), I get the following error:

➜  atlas git:(master)# 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.atlas:atlas-migration-exporter:[unknown-version]: Could not find
> artifact org.apache.atlas:apache-atlas:pom:1.0.0-SNAPSHOT and
> 'parent.relativePath' points at wrong local POM @ line 24, column 13
> [WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)'
> must be unique: org.apache.solr:solr-solrj:jar -> version (?) vs
> ${solr.version} @ org.apache.atlas:atlas-graphdb-titan0:[unknown-version],
> /home/reedv/atlas/graphdb/titan0/pom.xml, line 194, column 21
> ......
> [ERROR] The build could not read 1 project -> [Help 1]
> [ERROR]
> [ERROR]   The project
> org.apache.atlas:atlas-migration-exporter:[unknown-version]
> (/home/me/atlas/tools/atlas-migration-exporter/pom.xml) has 1 error
> [ERROR]     Non-resolvable parent POM for
> org.apache.atlas:atlas-migration-exporter:[unknown-version]: Could not find
> artifact org.apache.atlas:apache-atlas:pom:1.0.0-SNAPSHOT and
> 'parent.relativePath' points at wrong local POM @ line 24, 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



Some googling shows that this could be caused by a pom file that is not
properly/fully listing dependencies (
https://issues.apache.org/jira/browse/ATLAS-1106). However, I do not work
with maven often, so if someone could educate me about what is really
happening here with the pom file and what can be done about it, I would
appreciate it. Thanks.

Reply via email to