You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oodt.apache.org by "Lewis John McGibbney (JIRA)" <ji...@apache.org> on 2013/07/17 23:27:46 UTC

[jira] [Created] (OODT-647) mvn/archetypes/radix/pom.xml 'parent.relativePath' points at wrong local POM @ line 5, column 11

Lewis John McGibbney created OODT-647:
-----------------------------------------

             Summary: mvn/archetypes/radix/pom.xml 'parent.relativePath' points at wrong local POM @ line 5, column 11
                 Key: OODT-647
                 URL: https://issues.apache.org/jira/browse/OODT-647
             Project: OODT
          Issue Type: Sub-task
          Components: radix
    Affects Versions: 0.6
            Reporter: Lewis John McGibbney
            Priority: Minor
             Fix For: 0.7


When testing the RC I got the following

{code:xml}
hector@CEE279Law3-Linux:~/Desktop/apache-oodt-0.6$ mvn install
[INFO] Scanning for projects...
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]
[ERROR]   The project org.apache.oodt:radix-archetype:0.6
(/home/law/Desktop/apache-oodt-0.6/mvn/archetypes/radix/pom.xml) has 1 error
[ERROR]     Non-resolvable parent POM: Failure to find
org.apache.oodt:oodt-core:pom:0.6 in
http://repo.maven.apache.org/maven2was cached in the local repository,
resolution will not be reattempted
until the update interval of central has elapsed or updates are forced and
'parent.relativePath' points at wrong local POM @ line 5, column 11 ->
[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
{code}

When you look in to offending pom.xml there seems to be a bug in the file where line 5 should be changed relative to
../../../core

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira