Message: A new issue has been created in JIRA.
--------------------------------------------------------------------- View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MPARTIFACT-11 Here is an overview of the issue: --------------------------------------------------------------------- Key: MPARTIFACT-11 Summary: Impossible to change group id when artifact deployed using sftp. Type: Bug Status: Unassigned Priority: Major Original Estimate: 10 minutes Time Spent: Unknown Remaining: 10 minutes Project: maven-artifact-plugin Versions: 1.0 1.1 Assignee: Reporter: Mikhail Terekhov Created: Fri, 13 Feb 2004 10:55 AM Updated: Fri, 13 Feb 2004 10:55 AM Environment: maven 1.0 RC1, artifact plugin 1.0, 1.1 (head of SFtpDeployer at 13.02.2004), Linux RH 7.3, 8.0 Description: We should have fine grained access to files in our central repository for groups of developers. When I try to use this feature then error occured - sftp cannot change the group ownership. SFtpDeployer.java, Line 189: request.getDestFile() returns file with path from repository root. // channel.chgrp(groupId.intValue(), request.getDestFile()); channel.chgrp(groupId.intValue(), request.filename()); --------------------------------------------------------------------- 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]
