I'm trying to get a MWE2 workflow running programmatically. When Eclipse provides the dependencies, this all works fine, and I can get the new Mwe2Launcher().run(); call to work.
However, when I'm running outside of Eclipse, I don't know from which Maven repo to get the jars I have to depend on. I've tried getting them from http://build.eclipse.org/common (tried http://build.eclipse.org/common/xtend/maven and http://build.eclipse.org/common/xtext/maven/maven-snapshot/final as repo locations, but they aren't there.
As far as I know, I need (at least) the org.eclipse.emf.mwe.core (1.2.1, perhaps 1.3.0?) and org.eclipse.emf.mwe2.launch (2.4.0?) jars.
Does anyone know in which Maven repo Eclipse provides these dependencies? Thanks in advance!