[JBoss JIRA] (SRAMP-480) maven artifact upload name in case maven deploy
by Eric Wittmann (JIRA)
[ https://issues.jboss.org/browse/SRAMP-480?page=com.atlassian.jira.plugin.... ]
Eric Wittmann closed SRAMP-480.
-------------------------------
Resolution: Rejected
> 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)
10 years, 6 months
[JBoss JIRA] (SRAMP-480) maven artifact upload name in case maven deploy
by David virgil naranjo (JIRA)
[ https://issues.jboss.org/browse/SRAMP-480?page=com.atlassian.jira.plugin.... ]
David virgil naranjo commented on SRAMP-480:
--------------------------------------------
we can close this issue. I used to find bugs where there are not... I have implemented the maven repository facade having this naming convention in consideration.
> 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)
10 years, 6 months
[JBoss JIRA] (SRAMP-480) maven artifact upload name in case maven deploy
by Eric Wittmann (JIRA)
[ 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)
10 years, 6 months
[JBoss JIRA] (RTGOV-501) Change maven install to ant
by Gary Brown (JIRA)
Gary Brown created RTGOV-501:
--------------------------------
Summary: Change maven install to ant
Key: RTGOV-501
URL: https://issues.jboss.org/browse/RTGOV-501
Project: RTGov (Run Time Governance)
Issue Type: Task
Security Level: Public (Everyone can see)
Reporter: Gary Brown
Assignee: Gary Brown
Fix For: 2.0.0.Final
First step towards providing a consistent installer across sub-projects.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 6 months
[JBoss JIRA] (SRAMP-480) maven artifact upload name in case maven deploy
by David virgil naranjo (JIRA)
[ https://issues.jboss.org/browse/SRAMP-480?page=com.atlassian.jira.plugin.... ]
David virgil naranjo updated SRAMP-480:
---------------------------------------
Attachment: non_snapshot_in_name1.jpeg
non_snapshot_in_name.jpeg
> 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)
10 years, 6 months
[JBoss JIRA] (SRAMP-480) maven artifact upload name in case maven deploy
by David virgil naranjo (JIRA)
David virgil naranjo created SRAMP-480:
------------------------------------------
Summary: 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
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)
10 years, 6 months