Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » EMF "Technology" (Ecore Tools, EMFatic, etc)  » Maven Artifacts for MWE
Maven Artifacts for MWE [message #729317] Sun, 25 September 2011 21:27 Go to next message
Adam Wynne is currently offline Adam WynneFriend
Messages: 7
Registered: July 2009
Junior Member
Where can I find maven artifacts for the most recent version of MWE? I'm looking for the artifacts "core", "utils", "xpand", etc. The only ones I can find are for 0.7.2, e.g. here: mvnrepository.com/artifact/org.mod4j.org.eclipse.emf.mwe
Re: Maven Artifacts for MWE [message #729318 is a reply to message #729317] Sun, 25 September 2011 21:33 Go to previous messageGo to next message
Adam Wynne is currently offline Adam WynneFriend
Messages: 7
Registered: July 2009
Junior Member
The forum isn't letting me post a URL, so you can copy/paste the partial url above and assume http:// in front of it.

Thanks
Re: Maven Artifacts for MWE [message #729445 is a reply to message #729317] Mon, 26 September 2011 07:58 Go to previous messageGo to next message
Dennis Huebner is currently offline Dennis HuebnerFriend
Messages: 257
Registered: July 2009
Senior Member

Hi Adam,
is using tycho an option for you?
If so you can point tycho to MWE p2 repository.

.....
<repositories>
<repository>
<id>eclipse-platform</id>
<layout>p2</layout>
<url>http://download.eclipse.org/releases/indigo</url>
</repository>
<repository>
<id>mwe-composite</id>
<layout>p2</layout>
<url>http://download.eclipse.org//modeling/emft/mwe/updates/releases</url>
</repository>
</repositories>
.....
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-maven-plugin</artifactId>
<version>0.12.0</version>
<extensions>true</extensions>
</plugin>
.....


Regards,
Dennis.

Am 25.09.11 23:27, schrieb Adam Wynne:
> Where can I find maven artifacts for the most recent version of MWE?
> I'm looking for the artifacts "core", "utils", "xpand", etc. The only
> ones I can find are for 0.7.2, e.g. here:
> mvnrepository.com/artifact/org.mod4j.org.eclipse.emf.mwe



+Dennis Huebner

Get professional support from the Xtext committers at www.typefox.io
Re: Maven Artifacts for MWE [message #731302 is a reply to message #729445] Fri, 30 September 2011 15:01 Go to previous message
Adam Wynne is currently offline Adam WynneFriend
Messages: 7
Registered: July 2009
Junior Member
Hi Dennis, Thanks for the reply. At this time, tycho is not an option for me.

Someone else must need these mvn artifacts?
Previous Topic:[EEF] Where are generated the junit tests??
Next Topic:[EEF] EObjectFlatComboViewer displays all Resources instead of specific EMF resource
Goto Forum:
  


Current Time: Wed Apr 24 22:12:42 GMT 2024

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

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

Back to the top