Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Gemini » Maven repository for Gemini projects
Maven repository for Gemini projects [message #1033104] Wed, 03 April 2013 21:22 Go to next message
Krzysztof Sobkowiak is currently offline Krzysztof SobkowiakFriend
Messages: 3
Registered: April 2013
Junior Member
Hi

Could somebody clarify how I can obtain the Gemini Blueprint components using maven? Which maven repository should I use? I need blueprint 1.0.2.RELEASE.

Best regards
Krzysztof
Re: Maven repository for Gemini projects [message #1036267 is a reply to message #1033104] Mon, 08 April 2013 06:47 Go to previous message
Chetan Mising name is currently offline Chetan Mising nameFriend
Messages: 4
Registered: February 2011
Junior Member
I was able to get the artifacts from Spring Repo

<dependencies>
 <dependency>
      <groupId>org.eclipse.gemini</groupId>
      <artifactId>org.eclipse.gemini.blueprint.core</artifactId>
      <version>${gemini.version}</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>org.eclipse.gemini</groupId>
      <artifactId>org.eclipse.gemini.blueprint.extender</artifactId>
      <version>${gemini.version}</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>org.eclipse.gemini</groupId>
      <artifactId>org.eclipse.gemini.blueprint.io</artifactId>
      <version>${gemini.version}</version>
      <scope>provided</scope>
    </dependency>
 </dependencies>
<repositories>
    <repository>
      <id>com.springsource.repository.bundles.release</id>
      <name>SpringSource Enterprise Bundle Repository - SpringSource Bundle Releases</name>
      <url>http//repository.springsource.com/maven/bundles/release</url>
    </repository>
    <repository>
      <id>com.springsource.repository.bundles.external</id>
      <name>SpringSource Enterprise Bundle Repository - External Bundle Releases</name>
      <url>http//repository.springsource.com/maven/bundles/external</url>
    </repository>
  </repositories>



(I had to remove the colon ':' after http as some strange rule does not allow me to post a code snipet with links Sad. So fix the url when using it)

[Updated on: Mon, 08 April 2013 06:48]

Report message to a moderator

Previous Topic:ClassCastException when using reference-list ServiceReference
Next Topic:Using JPA without publishing the persistence unit with Gemini JPA
Goto Forum:
  


Current Time: Thu Apr 25 16:11:02 GMT 2024

Powered by FUDForum. Page generated in 0.03619 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top