]
Eric Wittmann updated SRAMP-451:
--------------------------------
Fix Version/s: 0.5.0.Final
S-ramp maven facade for fuse fabric
-----------------------------------
Key: SRAMP-451
URL:
https://issues.jboss.org/browse/SRAMP-451
Project: S-RAMP
Issue Type: Feature Request
Security Level: Public(Everyone can see)
Reporter: David virgil naranjo
Assignee: David virgil naranjo
Fix For: 0.5.0.Final
Original Estimate: 1 week
Remaining Estimate: 1 week
Create a mvn-http facade component that will act as a intermediate between fuse fabric
and s-ramp.. It should be just a servlet that dissects the inbound request's path to
extract the GAV information. Then does a s-ramp repository query to find the appropriate
artifact
The GET side of that is very easy (pulling artifacts *from* s-ramp)
The servlet would have to take a URL path like this:
org/overlord/sramp/s-ramp-api/0.4.0.Final/s-ramp-api-0.4.0.Final.jar and parse that to
get the GAV info of: org.overlord.sramp:s-ramp-api:0.4.0.Final:jar