Andreas Mülder 7 anni fa
parent
commit
d5c90a46a6
1 ha cambiato i file con 13 aggiunte e 0 eliminazioni
  1. 13 0
      releng/org.yakindu.sct.releng/pom.xml

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

@@ -282,6 +282,19 @@
 							</target>
 						</configuration>
 					</plugin>
+					<plugin>
+						<groupId>org.eclipse.xtend</groupId>
+						<artifactId>xtend-maven-plugin</artifactId>
+						<version>${xtext-version}</version>
+						<dependencies>
+							<dependency>
+							    	<groupId>org.eclipse.jdt</groupId>
+						    		<artifactId>org.eclipse.jdt.core</artifactId>
+						    		<version>3.13.102</version>
+								</dependency>
+						</dependencies>
+					</plugin>
+
 				</plugins>
 			</build>
 		</profile>