You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Robert Scholte (JIRA)" <ji...@codehaus.org> on 2012/09/10 22:02:21 UTC

[jira] (MINVOKER-138) Add groovy-xml dependency by default

Robert Scholte created MINVOKER-138:
---------------------------------------

             Summary: Add groovy-xml dependency by default
                 Key: MINVOKER-138
                 URL: https://jira.codehaus.org/browse/MINVOKER-138
             Project: Maven 2.x Invoker Plugin
          Issue Type: Improvement
    Affects Versions: 1.7
            Reporter: Robert Scholte
            Priority: Minor


With the upgrade to groovy-2+ we've lost the XmlSlurper and other xml related classes. By adding the groovy-xml dependency by default we shouldn't notice the difference between maven-invoker-plugin 1.6 and 1.8

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] (MINVOKER-138) Add groovy-all dependency instead of groovy by default

Posted by "Robert Scholte (JIRA)" <ji...@codehaus.org>.
     [ https://jira.codehaus.org/browse/MINVOKER-138?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robert Scholte updated MINVOKER-138:
------------------------------------

    Description: With the upgrade to groovy-2+ we've lost the XmlSlurper and other xml related classes. By adding the groovy-all dependency by default we also get the classes of groovy-xml so we shouldn't notice the difference between maven-invoker-plugin 1.6 and 1.8  (was: With the upgrade to groovy-2+ we've lost the XmlSlurper and other xml related classes. By adding the groovy-xml dependency by default we shouldn't notice the difference between maven-invoker-plugin 1.6 and 1.8)
        Summary: Add groovy-all dependency instead of groovy by default  (was: Add groovy-xml dependency by default)
    
> Add groovy-all dependency instead of groovy by default
> ------------------------------------------------------
>
>                 Key: MINVOKER-138
>                 URL: https://jira.codehaus.org/browse/MINVOKER-138
>             Project: Maven 2.x Invoker Plugin
>          Issue Type: Improvement
>    Affects Versions: 1.7
>            Reporter: Robert Scholte
>            Priority: Minor
>
> With the upgrade to groovy-2+ we've lost the XmlSlurper and other xml related classes. By adding the groovy-all dependency by default we also get the classes of groovy-xml so we shouldn't notice the difference between maven-invoker-plugin 1.6 and 1.8

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] (MINVOKER-138) Add groovy-all dependency instead of groovy by default

Posted by "Robert Scholte (JIRA)" <ji...@codehaus.org>.
     [ https://jira.codehaus.org/browse/MINVOKER-138?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robert Scholte reassigned MINVOKER-138:
---------------------------------------

    Assignee: Robert Scholte
    
> Add groovy-all dependency instead of groovy by default
> ------------------------------------------------------
>
>                 Key: MINVOKER-138
>                 URL: https://jira.codehaus.org/browse/MINVOKER-138
>             Project: Maven 2.x Invoker Plugin
>          Issue Type: Improvement
>    Affects Versions: 1.7
>            Reporter: Robert Scholte
>            Assignee: Robert Scholte
>            Priority: Minor
>             Fix For: 1.8
>
>
> With the upgrade to groovy-2+ we've lost the XmlSlurper and other xml related classes. By adding the groovy-all dependency by default we also get the classes of groovy-xml so we shouldn't notice the difference between maven-invoker-plugin 1.6 and 1.8

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] (MINVOKER-138) Add groovy-all dependency instead of groovy by default

Posted by "Robert Scholte (JIRA)" <ji...@codehaus.org>.
     [ https://jira.codehaus.org/browse/MINVOKER-138?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robert Scholte closed MINVOKER-138.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 1.8

Fixed in [r1383109|http://svn.apache.org/viewvc?rev=1383109&view=rev]
                
> Add groovy-all dependency instead of groovy by default
> ------------------------------------------------------
>
>                 Key: MINVOKER-138
>                 URL: https://jira.codehaus.org/browse/MINVOKER-138
>             Project: Maven 2.x Invoker Plugin
>          Issue Type: Improvement
>    Affects Versions: 1.7
>            Reporter: Robert Scholte
>            Priority: Minor
>             Fix For: 1.8
>
>
> With the upgrade to groovy-2+ we've lost the XmlSlurper and other xml related classes. By adding the groovy-all dependency by default we also get the classes of groovy-xml so we shouldn't notice the difference between maven-invoker-plugin 1.6 and 1.8

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] (MINVOKER-138) Add groovy-xml dependency by default

Posted by "Olivier Lamy (JIRA)" <ji...@codehaus.org>.
    [ https://jira.codehaus.org/browse/MINVOKER-138?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=308155#comment-308155 ] 

Olivier Lamy commented on MINVOKER-138:
---------------------------------------

<artifactId>groovy-all</artifactId> ?
                
> Add groovy-xml dependency by default
> ------------------------------------
>
>                 Key: MINVOKER-138
>                 URL: https://jira.codehaus.org/browse/MINVOKER-138
>             Project: Maven 2.x Invoker Plugin
>          Issue Type: Improvement
>    Affects Versions: 1.7
>            Reporter: Robert Scholte
>            Priority: Minor
>
> With the upgrade to groovy-2+ we've lost the XmlSlurper and other xml related classes. By adding the groovy-xml dependency by default we shouldn't notice the difference between maven-invoker-plugin 1.6 and 1.8

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira