Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.0, 1.1
-
Fix Version/s: 1.4.1
-
Labels:None
-
Environment:maven 1.0 RC1, artifact plugin 1.0, 1.1 (head of SFtpDeployer at 13.02.2004), Linux RH 7.3, 8.0
-
Number of attachments :
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());
fixed - will commit later