The following issue has been updated:
Updater: Brett Porter (mailto:[EMAIL PROTECTED])
Date: Sat, 19 Feb 2005 9:12 PM
Changes:
Fix Version changed to 1.5
---------------------------------------------------------------------
For a full history of the issue, see:
http://jira.codehaus.org/browse/MPARTIFACT-46?page=history
---------------------------------------------------------------------
View the issue:
http://jira.codehaus.org/browse/MPARTIFACT-46
Here is an overview of the issue:
---------------------------------------------------------------------
Key: MPARTIFACT-46
Summary: deploy fails due to chmod command failure
Type: Bug
Status: Unassigned
Priority: Major
Original Estimate: Unknown
Time Spent: Unknown
Remaining: Unknown
Project: maven-artifact-plugin
Fix Fors:
1.5
Versions:
1.4.1
Assignee:
Reporter: Andy Fyfe
Created: Fri, 4 Feb 2005 6:57 PM
Updated: Sat, 19 Feb 2005 9:12 PM
Description:
If user1 does a deploy, user1 owns the files associated with it. If user2
subsequently does a deploy, the chmod g+w command executed will fail, as user1
owns the file. This could be avoided by using the -f option to chmod. The
same likely applies to chgrp. For example,
Failed to deploy to: bigtribe Reason: Error executing command: chmod g+w
/maven/repository/bigtribe/poms/verb-snapshot-version
BUILD FAILED
File...... /Users/afyfe/.maven/cache/maven-artifact-plugin-1.4.1/plugin.jelly
Element... artifact:artifact-deploy-snapshot
Line...... 156
Column.... 13
Unable to deploy to any repositories
Note that the chmod command fails even though the file already has group write
permissions.
---------------------------------------------------------------------
JIRA INFORMATION:
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
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]