Browse Source

Added Neon profile to base.pom

Andreas Muelder 9 years ago
parent
commit
cbf6009e2b
1 changed files with 26 additions and 0 deletions
  1. 26 0
      releng/org.yakindu.sct.releng/pom.xml

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

@@ -295,6 +295,32 @@
 				</plugins>
 			</build>
 		</profile>
+		<profile>
+			<id>Neon.target</id>
+			<activation>
+				<activeByDefault>false</activeByDefault>
+			</activation>
+			<build>
+				<plugins>
+					<plugin>
+						<groupId>org.eclipse.tycho</groupId>
+						<artifactId>target-platform-configuration</artifactId>
+						<version>${tycho-version}</version>
+						<configuration>
+							<includePackedArtifacts>true</includePackedArtifacts>
+							<target>
+								<artifact>
+									<groupId>org.yakindu.base</groupId>
+									<artifactId>org.yakindu.base.target</artifactId>
+									<version>2.5.0-SNAPSHOT</version>
+									<classifier>Neon</classifier>
+								</artifact>
+							</target>
+						</configuration>
+					</plugin>
+				</plugins>
+			</build>
+		</profile>
 		<profile>
 			<id>enableSigning</id>
 			<build>