summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Bauer <michael.mi.bauer@partner.bmw.de>2014-03-21 14:32:25 +0100
committerMichael Bauer <michael.mi.bauer@partner.bmw.de>2014-03-21 14:32:41 +0100
commitc41805f4710d7ab01efbe1c632f140d2d0efcfa7 (patch)
tree862c8d6d0cc26cc1290f04177e7c1def97b41067
parent4bf0aa70112fdfb686816ea228684ee18f184102 (diff)
downloadgenivi-common-api-runtime-c41805f4710d7ab01efbe1c632f140d2d0efcfa7.tar.gz
adding maven xtend plugin for command line build
-rw-r--r--org.genivi.commonapi.parent.releng/pom.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/org.genivi.commonapi.parent.releng/pom.xml b/org.genivi.commonapi.parent.releng/pom.xml
index 672160b..7a4c6c4 100644
--- a/org.genivi.commonapi.parent.releng/pom.xml
+++ b/org.genivi.commonapi.parent.releng/pom.xml
@@ -10,6 +10,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<forceContextQualifier>v${maven.build.timestamp}</forceContextQualifier>
<maven.build.timestamp.format>yyyyMMdd</maven.build.timestamp.format>
+ <xtend-version>2.4.3</xtend-version>
</properties>
<repositories>
<repository>
@@ -110,6 +111,21 @@
<artifactId>tycho-versions-plugin</artifactId>
<version>${tycho-version}</version>
</plugin>
+ <plugin>
+ <groupId>org.eclipse.xtend</groupId>
+ <artifactId>xtend-maven-plugin</artifactId>
+ <version>${xtend-version}</version>
+ <executions>
+ <execution>
+ <goals>
+ <goal>compile</goal>
+ </goals>
+ <configuration>
+ <outputDirectory>${basedir}/xtend-gen</outputDirectory>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
</plugins>
</build>
<modules>