You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ji...@codehaus.org on 2004/09/28 08:28:53 UTC

[jira] Closed: (MPARTIFACT-11) Impossible to change group id when artifact deployed using sftp.

Message:

   The following issue has been closed.

   Resolver: Brett Porter
       Date: Tue, 28 Sep 2004 2:27 AM

fixed - will commit later
---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/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: Closed
   Priority: Major
 Resolution: FIXED

 Original Estimate: 10 minutes
 Time Spent: Unknown
  Remaining: 10 minutes

    Project: maven-artifact-plugin
   Fix Fors:
             1.4.1
   Versions:
             1.0
             1.1

   Assignee: Brett Porter
   Reporter: Mikhail Terekhov

    Created: Fri, 13 Feb 2004 10:55 AM
    Updated: Tue, 28 Sep 2004 2:27 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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org