[
https://issues.apache.org/jira/browse/ARCHETYPE-536?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Hervé Boutemy closed ARCHETYPE-536.
-----------------------------------
Resolution: Fixed
Fix Version/s: 3.0.2
merged in
https://gitbox.apache.org/repos/asf?p=maven-archetype.git;a=commit;h=11cb603da9d3da813c0a34a9e2532cc2c85f940b
> Update Groovy dependency and enable Groovy Grape in
> archetype-post-generate.groovy script (by including Ivy dependency)
> -----------------------------------------------------------------------------------------------------------------------
>
> Key: ARCHETYPE-536
> URL: https://issues.apache.org/jira/browse/ARCHETYPE-536
> Project: Maven Archetype
> Issue Type: Improvement
> Components: Generator
> Affects Versions: 3.0.1
> Reporter: Stefan Seifert
> Assignee: Hervé Boutemy
> Priority: Major
> Fix For: 3.0.2
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> 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:
> {code:java}
> @Grab(group='org.springframework', module='spring-orm',
> version='3.2.5.RELEASE')
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)