You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Hervé Boutemy (JIRA)" <ji...@apache.org> on 2019/01/18 10:50:00 UTC

[jira] [Assigned] (ARCHETYPE-536) Update Groovy dependency and enable Groovy Grape in archetype-post-generate.groovy script (by including Ivy dependency)

     [ https://issues.apache.org/jira/browse/ARCHETYPE-536?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hervé Boutemy reassigned ARCHETYPE-536:
---------------------------------------

    Assignee: Hervé Boutemy

> 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
>
> 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)