Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Generating code from EMF Ecore model

Or you can maybe try this plugin http://mvnrepository.com/artifact/net.sf.mapasuta.build.maven.plugins/maven-emfgen-plugin . Invoke it during the "generate-sources" phase.
Howver, Tycho will require the MANIFEST.MF to be present before you run "mvn clean verify" in order to resolve the dependencies. So you'll need to create a MANIFEST with the right dependencies to make Tycho happy at build startup while resolving dependencies, and then let EMF generation override it if necessary, but none of artifactId, version, Require-Bundle, Import-Package must change between your source MANIFEST and the generated one.

HTH
--
Mickael Istria
Eclipse developer at JBoss, by Red Hat
My blog - My Tweets

Back to the top