[JBoss JIRA] (SRAMP-507) Modify way the snapshot artifacts are stored in s-ramp
by RH Bugzilla Integration (JIRA)
[ https://issues.jboss.org/browse/SRAMP-507?page=com.atlassian.jira.plugin.... ]
RH Bugzilla Integration commented on SRAMP-507:
-----------------------------------------------
Brett Meyer <brmeyer(a)redhat.com> changed the Status of [bug 1060773|https://bugzilla.redhat.com/show_bug.cgi?id=1060773] from POST to MODIFIED
> 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.Beta2
>
>
> 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
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 5 months
[JBoss JIRA] (SRAMP-513) s-ramp-wagon should use JavaArchive for a sources JAR's ArtifactType
by Brett Meyer (JIRA)
[ https://issues.jboss.org/browse/SRAMP-513?page=com.atlassian.jira.plugin.... ]
Brett Meyer closed SRAMP-513.
-----------------------------
> s-ramp-wagon should use JavaArchive for a sources JAR's ArtifactType
> --------------------------------------------------------------------
>
> Key: SRAMP-513
> URL: https://issues.jboss.org/browse/SRAMP-513
> Project: S-RAMP
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Reporter: Eric Wittmann
> Assignee: David virgil naranjo
> Fix For: 0.5.0.Beta2
>
>
> Reported by David via his 1.3.0.Beta1 Testing:
> "Do we want the sources jar to be executed in the dtgov workflow?
> I executed the s-ramp-demos/s-ramp-demos-switchyard and then 2 switchyard artifacts were upload, the jar, and the sources-jar. Then 2 tasks appeared in the dtgov tasks."
> The answer is "no" - the -sources.jar should *not* trigger a workflow. We need to figure out why that is happening. Perhaps the s-ramp wagon is not setting the correct ArtifactType for the -sources JAR artifact? The primary artifact in the maven build should be a SwitchYardApplication. The -sources JAR should be added to s-ramp as JavaArchive (most likely).
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 5 months