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

[jira] (MSHARED-239) replace plexus-utils with maven-shared-utils

Mark Struberg created MSHARED-239:
-------------------------------------

             Summary: replace plexus-utils with maven-shared-utils
                 Key: MSHARED-239
                 URL: https://jira.codehaus.org/browse/MSHARED-239
             Project: Maven Shared Components
          Issue Type: Task
            Reporter: Mark Struberg


This task actually concerns quite a few components:

# maven-core
# maven-shared
# wagon
# maven-scm
...

Please note that we do not yet have a Xpp3 replacement, so we cannot remove plexus-utils in the modules which need xppe.

To determine if an upgrade is needed you can use the following quick shell command

{code}
find . -name "*.java" -exec grep -H "import org.codehaus.plexus.util" {} \; | grep -v xpp3 |less
{code}


--
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] (MSHARED-239) replace plexus-utils with maven-shared-utils

Posted by "Mark Struberg (JIRA)" <ji...@codehaus.org>.
    [ https://jira.codehaus.org/browse/MSHARED-239?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=307523#comment-307523 ] 

Mark Struberg commented on MSHARED-239:
---------------------------------------

If you find a utility which is yet missing, then ping back and we add them to MSHARED-236.
                
> replace plexus-utils with maven-shared-utils
> --------------------------------------------
>
>                 Key: MSHARED-239
>                 URL: https://jira.codehaus.org/browse/MSHARED-239
>             Project: Maven Shared Components
>          Issue Type: Task
>            Reporter: Mark Struberg
>
> This task actually concerns quite a few components:
> # maven-core
> # maven-shared
> # wagon
> # maven-scm
> ...
> Please note that we do not yet have a Xpp3 replacement, so we cannot remove plexus-utils in the modules which need xppe.
> To determine if an upgrade is needed you can use the following quick shell command
> {code}
> find . -name "*.java" -exec grep -H "import org.codehaus.plexus.util" {} \; | grep -v xpp3 |less
> {code}

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