|
204 | 204 | </dependency> |
205 | 205 | <dependency> |
206 | 206 | <groupId>org.codehaus.groovy</groupId> |
207 | | - <artifactId>groovy</artifactId> |
208 | | - <version>1.8.9</version> |
| 207 | + <artifactId>groovy-all</artifactId> |
| 208 | + <version>2.1.6</version> |
209 | 209 | </dependency> |
210 | 210 | <dependency> |
211 | 211 | <groupId>org.json</groupId> |
|
248 | 248 | <sourceDirectory>src/main/groovy</sourceDirectory> |
249 | 249 | <plugins> |
250 | 250 | <plugin> |
251 | | - <groupId>org.codehaus.gmaven</groupId> |
252 | | - <artifactId>gmaven-plugin</artifactId> |
253 | | - <version>1.4</version> |
| 251 | + <groupId>org.codehaus.groovy</groupId> |
| 252 | + <artifactId>groovy-eclipse-compiler</artifactId> |
| 253 | + <version>2.8.0-01</version> |
| 254 | + <extensions>true</extensions> |
| 255 | + </plugin> |
| 256 | + <plugin> |
| 257 | + <artifactId>maven-compiler-plugin</artifactId> |
| 258 | + <version>3.0</version> |
| 259 | + <configuration> |
| 260 | + <compilerId>groovy-eclipse-compiler</compilerId> |
| 261 | + </configuration> |
254 | 262 | <dependencies> |
255 | 263 | <dependency> |
256 | | - <groupId>org.codehaus.gmaven.runtime</groupId> |
257 | | - <artifactId>gmaven-runtime-1.8</artifactId> |
258 | | - <version>1.4</version> |
| 264 | + <groupId>org.codehaus.groovy</groupId> |
| 265 | + <artifactId>groovy-eclipse-compiler</artifactId> |
| 266 | + <version>2.8.0-01</version> |
259 | 267 | </dependency> |
260 | 268 | <dependency> |
261 | 269 | <groupId>org.codehaus.groovy</groupId> |
262 | | - <artifactId>groovy</artifactId> |
263 | | - <version>1.8.9</version> |
| 270 | + <artifactId>groovy-eclipse-batch</artifactId> |
| 271 | + <version>2.1.5-03</version> |
264 | 272 | </dependency> |
265 | 273 | </dependencies> |
266 | | - <executions> |
267 | | - <execution> |
268 | | - <configuration> |
269 | | - <providerSelection>1.8</providerSelection> |
270 | | - </configuration> |
271 | | - <goals> |
272 | | - <goal>compile</goal> |
273 | | - <goal>testCompile</goal> |
274 | | - </goals> |
275 | | - </execution> |
276 | | - </executions> |
277 | 274 | </plugin> |
278 | 275 | <plugin> |
279 | 276 | <groupId>org.apache.maven.plugins</groupId> |
|
342 | 339 | <version>2.5.1</version> |
343 | 340 | </plugin> |
344 | 341 | </plugins> |
345 | | - <pluginManagement> |
346 | | - <plugins> |
347 | | - <plugin> |
348 | | - <groupId>org.eclipse.m2e</groupId> |
349 | | - <artifactId>lifecycle-mapping</artifactId> |
350 | | - <version>1.0.0</version> |
351 | | - <configuration> |
352 | | - <lifecycleMappingMetadata> |
353 | | - <pluginExecutions> |
354 | | - <pluginExecution> |
355 | | - <pluginExecutionFilter> |
356 | | - <groupId>org.codehaus.gmaven</groupId> |
357 | | - <artifactId>gmaven-plugin</artifactId> |
358 | | - <versionRange>1.4</versionRange> |
359 | | - <goals> |
360 | | - <goal>compile</goal> |
361 | | - <goal>testCompile</goal> |
362 | | - </goals> |
363 | | - </pluginExecutionFilter> |
364 | | - <action> |
365 | | - <execute /> |
366 | | - </action> |
367 | | - </pluginExecution> |
368 | | - </pluginExecutions> |
369 | | - </lifecycleMappingMetadata> |
370 | | - </configuration> |
371 | | - </plugin> |
372 | | - </plugins> |
373 | | - </pluginManagement> |
374 | 342 | <extensions> |
375 | 343 | <extension> |
376 | 344 | <groupId>org.apache.maven.wagon</groupId> |
|
0 commit comments