Details
-
Type:
Task
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.0
-
Fix Version/s: 1.0-alpha-1
-
Component/s: repository interface
-
Labels:None
-
Number of attachments :
Description
Most likely using the file wagon.
When wagon doesn't handle something, we need to make a call on whether to add it to its interface, or write custom handling based on local filesystem.
Issue Links
- is duplicated by
-
MRM-93
Use wagon for local cache operations
-
Repository access to remote repositories is done via wagon.
Local repostiory access is done with direct java.io file operations using BidirectionalLayout class.