Skip to main content



      Home
Home » Modeling » EMF "Technology" (Ecore Tools, EMFatic, etc)  » Maven Artifacts for MWE
Maven Artifacts for MWE [message #729317] Sun, 25 September 2011 17:27 Go to next message
Eclipse UserFriend
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 17:33 Go to previous messageGo to next message
Eclipse UserFriend
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 03:58 Go to previous messageGo to next message
Eclipse UserFriend
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
Re: Maven Artifacts for MWE [message #731302 is a reply to message #729445] Fri, 30 September 2011 11:01 Go to previous message
Eclipse UserFriend
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: Fri Jul 25 01:03:03 EDT 2025

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

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

Back to the top