You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@karaf.apache.org by sreeraaman <sr...@gmail.com> on 2014/08/23 06:23:59 UTC

Wrong Maven coordinates for Gemini BluePrint in Karaf-3.0.x branch with tag karaf-3.0.1-156-g575ec6d

Hello Everbody,

I tried to build the karaf-3.0.x branch with tag karaf-3.0.1-156-g575ec6d.
Inside the root directory's pom.xml, the I found the following dependencies.

<dependency>
                <groupId>org.eclipse.gemini.blueprint</groupId>
                <artifactId>gemini-blueprint-io</artifactId>
                <version>${gemini.blueprint.version}</version>
</dependency>
<dependency>
                <groupId>org.eclipse.gemini.blueprint</groupId>
                <artifactId>gemini-blueprint-core</artifactId>
                <version>${gemini.blueprint.version}</version>
</dependency>
<dependency>
                <groupId>org.eclipse.gemini.blueprint</groupId>
                <artifactId>gemini-blueprint-extender</artifactId>
                <version>${gemini.blueprint.version}</version>
</dependency>

However, these dependendencies are not resolvable from the zodiac
repository.

I could resolve these dependencies from the spring ebr repository. However,
the groupIds and artifactIds are different.

<dependency>
  <groupId>org.eclipse.gemini</groupId>
  <artifactId>org.eclipse.gemini.blueprint.io</artifactId>
  <version>1.0.0.RELEASE</version>
</dependency>

<dependency>
  <groupId>org.eclipse.gemini</groupId>
  <artifactId>org.eclipse.gemini.blueprint.core</artifactId>
  <version>1.0.0.RELEASE</version>
</dependency>

<dependency>
  <groupId>org.eclipse.gemini</groupId>
  <artifactId>org.eclipse.gemini.blueprint.extender</artifactId>
  <version>1.0.0.RELEASE</version>
</dependency>

Not sure which one is correct.

Please advice.

best regards
Sriraman.




--
View this message in context: http://karaf.922171.n3.nabble.com/Wrong-Maven-coordinates-for-Gemini-BluePrint-in-Karaf-3-0-x-branch-with-tag-karaf-3-0-1-156-g575ec6d-tp4034885.html
Sent from the Karaf - User mailing list archive at Nabble.com.

Re: Wrong Maven coordinates for Gemini BluePrint in Karaf-3.0.x branch with tag karaf-3.0.1-156-g575ec6d

Posted by sreeraaman <sr...@gmail.com>.
Thanks JB,

I had a nexus proxy for zodiac. Unfortunately, it was pointing to spring ebr
repo. It is now resolving the artifacts. Thanks for the update and  sorry
for the inconvenience. 

best regards
Sriraman.



--
View this message in context: http://karaf.922171.n3.nabble.com/Wrong-Maven-coordinates-for-Gemini-BluePrint-in-Karaf-3-0-x-branch-with-tag-karaf-3-0-1-156-g575ec6d-tp4034885p4034888.html
Sent from the Karaf - User mailing list archive at Nabble.com.

Re: Wrong Maven coordinates for Gemini BluePrint in Karaf-3.0.x branch with tag karaf-3.0.1-156-g575ec6d

Posted by Jean-Baptiste Onofré <jb...@nanthrax.net>.
Hi,

Karaf uses the following repository for the Gemini artifacts:

http://zodiac.springsource.com/maven/bundles/release/

There the artifactId are the one from the pom (gemini-blueprint-io).

Regards
JB

On 08/23/2014 06:23 AM, sreeraaman wrote:
> Hello Everbody,
>
> I tried to build the karaf-3.0.x branch with tag karaf-3.0.1-156-g575ec6d.
> Inside the root directory's pom.xml, the I found the following dependencies.
>
> <dependency>
>                  <groupId>org.eclipse.gemini.blueprint</groupId>
>                  <artifactId>gemini-blueprint-io</artifactId>
>                  <version>${gemini.blueprint.version}</version>
> </dependency>
> <dependency>
>                  <groupId>org.eclipse.gemini.blueprint</groupId>
>                  <artifactId>gemini-blueprint-core</artifactId>
>                  <version>${gemini.blueprint.version}</version>
> </dependency>
> <dependency>
>                  <groupId>org.eclipse.gemini.blueprint</groupId>
>                  <artifactId>gemini-blueprint-extender</artifactId>
>                  <version>${gemini.blueprint.version}</version>
> </dependency>
>
> However, these dependendencies are not resolvable from the zodiac
> repository.
>
> I could resolve these dependencies from the spring ebr repository. However,
> the groupIds and artifactIds are different.
>
> <dependency>
>    <groupId>org.eclipse.gemini</groupId>
>    <artifactId>org.eclipse.gemini.blueprint.io</artifactId>
>    <version>1.0.0.RELEASE</version>
> </dependency>
>
> <dependency>
>    <groupId>org.eclipse.gemini</groupId>
>    <artifactId>org.eclipse.gemini.blueprint.core</artifactId>
>    <version>1.0.0.RELEASE</version>
> </dependency>
>
> <dependency>
>    <groupId>org.eclipse.gemini</groupId>
>    <artifactId>org.eclipse.gemini.blueprint.extender</artifactId>
>    <version>1.0.0.RELEASE</version>
> </dependency>
>
> Not sure which one is correct.
>
> Please advice.
>
> best regards
> Sriraman.
>
>
>
>
> --
> View this message in context: http://karaf.922171.n3.nabble.com/Wrong-Maven-coordinates-for-Gemini-BluePrint-in-Karaf-3-0-x-branch-with-tag-karaf-3-0-1-156-g575ec6d-tp4034885.html
> Sent from the Karaf - User mailing list archive at Nabble.com.
>

-- 
Jean-Baptiste Onofré
jbonofre@apache.org
http://blog.nanthrax.net
Talend - http://www.talend.com