]
RH Bugzilla Integration commented on SRAMP-507:
-----------------------------------------------
Brett Meyer <brmeyer(a)redhat.com> changed the Status of [bug
Modify way the snapshot artifacts are stored in s-ramp
------------------------------------------------------
Key: SRAMP-507
URL:
https://issues.jboss.org/browse/SRAMP-507
Project: S-RAMP
Issue Type: Bug
Security Level: Public(Everyone can see)
Reporter: David virgil naranjo
Assignee: David virgil naranjo
Fix For: 0.5.0
Include a property mvn.snapshot.timestamp (in case the name contains the timestamp)
When deploying a snapshot artifact, maven will include a timestamp in the filename. The
maven repository facade *and* the s-ramp wagon should be updated to store this timestamp
info in a new s-ramp property (see above). In addition, the s-ramp wagon should no longer
*ever* attempt to update an artifact. Here is what it should do:
h4. Release artifacts
* If this artifact (GAV) already exists in s-ramp, fail
* If this artifact doesn't yet exist, add it
h4. Snapshot artifacts
* If this artifact (GAV + timestamp) already exists in s-ramp, fail
* If this artifact doesn't yet exist, add it along with its timestamp information