Description
the included Groovy dependency is already a few years old - we should update to more recent Groovy version.
and we should add a dependency to Ivy (which is an optional dependency of Groovy), to support importing maven artifacts in Groovy scripts via Groovy Grape:
http://docs.groovy-lang.org/latest/html/documentation/grape.html
with this it's possible to import maven artifacts in the Groovy script like this:
@Grab(group='org.springframework', module='spring-orm', version='3.2.5.RELEASE')
Attachments
Issue Links
- is related to
-
MSHARED-939 Remove Apache Ivy from dependency
- Closed
-
MSHARED-960 document how to use Grapes in a Groovy script
- Closed
-
MSHARED-794 Update Groovy dependency to 2.4.20
- Closed
- relates to
-
ARCHETYPE-494 Provide a way to change the generated project after archetype:generate execution
- Closed
- links to