[jbosstools-issues] [JBoss JIRA] (JBIDE-16497) Could not find artifact org.jboss.tools:central.maven.examples:pom:4.1.0-SNAPSHOT

Nick Boldt (JIRA) issues at jboss.org
Sun Feb 9 13:29:28 EST 2014


Nick Boldt created JBIDE-16497:
----------------------------------

             Summary:  Could not find artifact org.jboss.tools:central.maven.examples:pom:4.1.0-SNAPSHOT
                 Key: JBIDE-16497
                 URL: https://issues.jboss.org/browse/JBIDE-16497
             Project: Tools (JBoss Tools)
          Issue Type: Bug
          Components: central
    Affects Versions: 4.2.0.Alpha2
            Reporter: Nick Boldt
             Fix For: 4.2.0.Beta1


{code}
[ERROR]   The project org.jboss.tools:central.maven.examples.all.tests:4.1.0-SNAPSHOT (/mnt/hudson_workspace/workspace/jbosstools-central_4.2.luna/sources/all-tests/pom.xml) has 1 error
[ERROR]     Non-resolvable parent POM: Could not find artifact org.jboss.tools:central.maven.examples:pom:4.1.0-SNAPSHOT in jboss-developer-repository-group (https://repository.jboss.org/nexus/content/groups/developer/) and 'parent.relativePath' points at wrong local POM @ line 5, column 10 -> [Help 2]
{code}

Fix is to make sure the version of parent pom ref'd in all-tests/pom.xml [1] is the same as the version of ./pom.xml [2]

[1] https://github.com/jbosstools/jbosstools-central/blob/master/all-tests/pom.xml#L8 (4.1.0)
[2] https://github.com/jbosstools/jbosstools-central/blob/master/pom.xml#L12 (4.2.0)

--
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


More information about the jbosstools-issues mailing list