Consider moving ZipToSrampArchiveRegistry/ZipToSrampArchive use
server-side
---------------------------------------------------------------------------
Key: SRAMP-531
URL:
https://issues.jboss.org/browse/SRAMP-531
Project: S-RAMP
Issue Type: Enhancement
Reporter: Brett Meyer
Assignee: Brett Meyer
Currently, artifacts are expanded w/ ZipToSrampArchiveRegistry/ZipToSrampArchive in
multiple locations client-side. See:
- shell's UploadArtifactCommand and DeployCommand
- ui's ArtifactUploadServlet
- wagon's SrampWagon
- server's Maven facade (MavenRepositoryServiceImpl)
Consider moving the expansion somewhere central and server-side.
If the concern was that it's not spec-compliant, consider moving the expanders out of
the atom module and create something isolated.