You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Jörg Rade (JIRA)" <ji...@apache.org> on 2014/07/01 16:55:24 UTC

[jira] [Created] (KARAF-3091) Maven Coordinates of org.eclipse.equinox.region

Jörg Rade created KARAF-3091:
--------------------------------

             Summary: Maven Coordinates of org.eclipse.equinox.region
                 Key: KARAF-3091
                 URL: https://issues.apache.org/jira/browse/KARAF-3091
             Project: Karaf
          Issue Type: Bug
    Affects Versions: 3.0.2
         Environment: Apache Maven 3.0.4 (r1232337; 2012-01-17 09:44:56+0100)
Maven home: c:\bin\apache-maven-3.0.4\bin\..
Java version: 1.7.0_60, vendor: Oracle Corporation
Java home: c:\Program Files\Java\jdk1.7.0_60\jre
Default locale: de_DE, platform encoding: Cp1252
OS name: "windows 7", version: "6.1", arch: "amd64", family: "windows"

+Nexus Repository
            Reporter: Jörg Rade
            Priority: Minor
             Fix For: 3.0.2


Build karaf 3.0.2-SNAPSHOT via mvn pom.xml failed:

[ERROR] Failed to execute goal on project org.apache.karaf.region.command: Could not resolve dependencies for project org.apache.kar
af.region:org.apache.karaf.region.command:bundle:3.0.2-SNAPSHOT: Could not find artifact org.eclipse.equinox:region:jar:1.0.0.v20110
506 in nexus (http://repository.int.kn:8081/nexus/content/groups/public) -> [Help 1]

Successful coordinates from maven central (http://search.maven.org/#artifactdetails|org.eclipse.equinox|org.eclipse.equinox.region|1.1.0.v20120522-1841|jar):
<dependency>
	<groupId>org.eclipse.equinox</groupId>
	<artifactId>org.eclipse.equinox.region</artifactId>
	<version>1.1.0.v20120522-1841</version>
</dependency>

Coordinates in ~/pom.xml (and some other pom's):
            <dependency>
                <groupId>org.eclipse.equinox</groupId>
                <artifactId>region</artifactId>
                <version>${equinox.region.version}</version>
            </dependency>

Furthermore the coordinate is used in some generated feature files which I had to patch as well.

It looks like this has been fixed in 4.0.0/master

Best regards
Jörg



--
This message was sent by Atlassian JIRA
(v6.2#6252)