|
@@ -405,6 +405,34 @@
|
|
|
</plugins>
|
|
|
</build>
|
|
|
</profile>
|
|
|
+ <profile>
|
|
|
+ <id>Mars.target</id>
|
|
|
+ <activation>
|
|
|
+ <property>
|
|
|
+ <name>!noMarsTarget</name>
|
|
|
+ </property>
|
|
|
+ </activation>
|
|
|
+ <build>
|
|
|
+ <plugins>
|
|
|
+ <plugin>
|
|
|
+ <groupId>org.eclipse.tycho</groupId>
|
|
|
+ <artifactId>target-platform-configuration</artifactId>
|
|
|
+ <version>${tycho-version}</version>
|
|
|
+ <configuration>
|
|
|
+ <!-- add target file content to target platform -->
|
|
|
+ <target>
|
|
|
+ <artifact>
|
|
|
+ <groupId>org.yakindu.base</groupId>
|
|
|
+ <artifactId>org.yakindu.base.target</artifactId>
|
|
|
+ <version>2.4.1-SNAPSHOT</version>
|
|
|
+ <classifier>Mars</classifier>
|
|
|
+ </artifact>
|
|
|
+ </target>
|
|
|
+ </configuration>
|
|
|
+ </plugin>
|
|
|
+ </plugins>
|
|
|
+ </build>
|
|
|
+ </profile>
|
|
|
<profile>
|
|
|
<id>CI</id>
|
|
|
<!-- Test failures are collected by jenkins and evaluated for instable
|