[
https://issues.jboss.org/browse/SRAMP-480?page=com.atlassian.jira.plugin....
]
Eric Wittmann commented on SRAMP-480:
-------------------------------------
This is how maven works for snapshot versions. When it uploads the file to the repository
it replaces the SNAPSHOT keyword with the timestamp.
maven artifact upload name in case maven deploy
-----------------------------------------------
Key: SRAMP-480
URL:
https://issues.jboss.org/browse/SRAMP-480
Project: S-RAMP
Issue Type: Bug
Security Level: Public(Everyone can see)
Reporter: David virgil naranjo
Assignee: Brett Meyer
Attachments: non_snapshot_in_name.jpeg, non_snapshot_in_name1.jpeg
SCENARIO:
- cd
s-ramp/s-ramp-demos/s-ramp-demos-mvn-integration/s-ramp-demos-mvn-integration-artifacts
-mvn clean deploy -Pdemo
This artifact is going to be uploaded to s-ramp using the maven command. The version of
this artifact is 0.4.1-SNAPSHOT.
The name expected to be stored in s-ramp would be exactly the same format as maven is
building the artifact name:
artifactId-versionId-timestamp-classifier.type
You can see the attached screenshot and verify that the SNAPSHOT keyword has been removed
from the artifact name
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)