Skip to content

Instantly share code, notes, and snippets.

@hwellmann
hwellmann / affirmation
Created March 27, 2019 15:15
MuleSoft Contributor Agreement Acceptance by Harald Wellmann
I, Harald Wellmann, have read and do accept the MuleSoft Contributor Agreement
at http://www.mulesoft.org/legal/contributor-agreement.html
Accepted on Wed Mar 27 2019 16:15:26 GMT+0100 (Mitteleuropäische Normalzeit)
@hwellmann
hwellmann / pom-snippet.xml
Last active April 17, 2018 05:43
Integrating EMF code generation from an Ecore model into a Tycho build. Sources: my.ecore, my.genmodel, plugin.xml, META-INF/MANIFEST.MF. build.properties Generated Java sources end up in target/generated-sources/emf/src. This directory is included in build.properties as an additional source folder.
<plugin>
<groupId>org.eclipse.tycho.extras</groupId>
<artifactId>tycho-eclipserun-plugin</artifactId>
<!-- tested with 0.18 -->
<version>${tycho.version}</version>
<configuration>
<!-- linebreaks not permitted in this arg line -->
<appArgLine>-data target/workspace -application org.eclipse.emf.codegen.ecore.Generator -projects ${basedir} -model ${basedir}/model/my.genmodel target/generated-sources/emf</appArgLine>
<dependencies>
<dependency>