Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Not A Problem
-
3.0.2
-
None
-
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
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
Description
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