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