blob: 9bffa7a74d62b6d6b10ed024da1a1f26efe96d43 [file] [log] [blame]
<!--
* Copyright (c) 2018 Robert Bosch GmbH.
*
* This program and the accompanying materials are made
* available under the terms of the Eclipse Public License 2.0
* which is available at https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* Robert Bosch GmbH - initial API and implementation
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<relativePath>../../../build/org.eclipse.app4mc.transformation.build/pom.xml</relativePath>
<groupId>org.eclipse.app4mc.transformation</groupId>
<artifactId>org.eclipse.app4mc.transformation.build</artifactId>
<version>0.3.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.app4mc.transform.to.inchron.m2m</artifactId>
<packaging>eclipse-plugin</packaging>
<properties>
<plugin-id>org.eclipse.app4mc.transform.to.inchron.m2m</plugin-id>
</properties>
<build>
<plugins>
<plugin>
<groupId>org.eclipse.xtend</groupId>
<artifactId>xtend-maven-plugin</artifactId>
<version>2.14.0</version>
<executions>
<execution>
<goals>
<goal>compile</goal>
<goal>xtend-install-debug-info</goal>
<goal>testCompile</goal>
<goal>xtend-test-install-debug-info</goal>
</goals>
</execution>
</executions>
<configuration>
<outputDirectory>xtend-gen</outputDirectory>
</configuration>
</plugin>
</plugins>
</build>
<groupId>m2m</groupId>
</project>