Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » EMF » EMF official maven repository?
EMF official maven repository? [message #1274684] Fri, 21 March 2014 21:01 Go to next message
Bertrand Quenin is currently offline Bertrand QueninFriend
Messages: 70
Registered: July 2009
Member
Hi guys,

I'm working on a standalone application (outside Eclipse) and I have trouble finding up to date EMF artifacts in maven repositories.

I'm currently using the following:
<repositories>
	<repository>
		<id>Eclipse - Acceleo Release</id>
		<url>https://repo.eclipse.org/content/repositories/acceleo-releases</url>
	</repository>
	<repository>
		<id>stardust-releases</id>
		<url>http://download.eclipse.org/stardust/maven/releases</url>
	</repository>
	<repository>
		<id>stardust-snapshots</id>
		<url>http://download.eclipse.org/stardust/maven/snapshots</url>
	</repository>
</repositories>


However, these don't provide all EMF artifacts, for instance, I could not find an up to date version of:

org.eclipse.emf.query_1.7.0.201306111332.jar
org.eclipse.emf.query.ocl_2.0.0.201306111332.jar

Is there any repository containing these ?

Regards,
BQ.
Re: EMF official maven repository? [message #1277835 is a reply to message #1274684] Wed, 26 March 2014 14:23 Go to previous message
Ed Merks is currently offline Ed MerksFriend
Messages: 33141
Registered: July 2009
Senior Member
Bertrand,

There is no official maven repository for all the modeling projects. I
think others have created ones for EMF but apparently not for EMF Query
and OCL...

On 21/03/2014 10:01 PM, Bertrand Quenin wrote:
> Hi guys,
>
> I'm working on a standalone application (outside Eclipse) and I have
> trouble finding up to date EMF artifacts in maven repositories.
>
> I'm currently using the following:
>
> <repositories>
> <repository>
> <id>Eclipse - Acceleo Release</id>
> <url>https://repo.eclipse.org/content/repositories/acceleo-releases</url>
> </repository>
> <repository>
> <id>stardust-releases</id>
> <url>http://download.eclipse.org/stardust/maven/releases</url>
> </repository>
> <repository>
> <id>stardust-snapshots</id>
> <url>http://download.eclipse.org/stardust/maven/snapshots</url>
> </repository>
> </repositories>
>
>
> However, these don't provide all EMF artifacts, for instance, I could
> not find an up to date version of:
>
> org.eclipse.emf.query_1.7.0.201306111332.jar
> org.eclipse.emf.query.ocl_2.0.0.201306111332.jar
>
> Is there any repository containing these ?
>
> Regards,
> BQ.


Ed Merks
Professional Support: https://www.macromodeling.com/
Previous Topic:[CDO] update
Next Topic:How to update an element parent's label in EMF Editor ?
Goto Forum:
  


Current Time: Thu Apr 25 15:17:40 GMT 2024

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

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

Back to the top