|
@@ -283,18 +283,22 @@
|
|
|
</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>
|
|
|
+ <groupId>org.eclipse.xtend</groupId>
|
|
|
+ <artifactId>xtend-maven-plugin</artifactId>
|
|
|
+ <version>${xtextVersion}</version>
|
|
|
+ <dependencies>
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.eclipse.jdt</groupId>
|
|
|
+ <artifactId>org.eclipse.jdt.core</artifactId>
|
|
|
+ <version>3.13.102</version>
|
|
|
+ </dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.eclipse.jdt</groupId>
|
|
|
+ <artifactId>org.eclipse.jdt.compiler.apt</artifactId>
|
|
|
+ <version>1.3.110</version>
|
|
|
+ </dependency>
|
|
|
+ </dependencies>
|
|
|
</plugin>
|
|
|
-
|
|
|
</plugins>
|
|
|
</build>
|
|
|
</profile>
|