Browse Source

added Mars to targets

bohl 10 years ago
parent
commit
9737ee22c1
1 changed files with 28 additions and 0 deletions
  1. 28 0
      releng/org.yakindu.sct.releng/pom.xml

+ 28 - 0
releng/org.yakindu.sct.releng/pom.xml

@@ -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