|
@@ -377,34 +377,6 @@
|
|
|
</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.5.0-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
|