unpack mojo suffers from PLXUTILS-64
------------------------------------
Key: MDEP-274
URL: http://jira.codehaus.org/browse/MDEP-274
Project: Maven 2.x Dependency Plugin
Issue Type: Bug
Components: unpack
Affects Versions: 2.1
Reporter: Peter Lynch
Assignee: Brian Fox
Unpacking a tar.gz file with dependency:unpack I got this
{noformat}
org.codehaus.plexus.archiver.ArchiverException: chmod exit code was: 1
at
org.codehaus.plexus.archiver.util.ArchiveEntryUtils.chmod(ArchiveEntryUtils.java:59)
at
org.codehaus.plexus.archiver.zip.AbstractZipUnArchiver.extractFile(AbstractZipUnArchiver.java:236)
at
org.codehaus.plexus.archiver.tar.TarUnArchiver.execute(TarUnArchiver.java:92)
{noformat}
The problem stems from PLXUTILS-64. The dependency on plexus-utils should be
upgraded to at least
version 1.5.1 to prevent this problem.
I tested with this as a plugin dependency and the problem went away.
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
<version>1.5.15</version>
</dependency>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira