I think it's best to do repository-side and could be something in Archiva.
The only issue I see here is that you won't want to move the snapshot to the release because much of the information won't have been repopulated for the release (eg, the POM that is inside the JAR).
I think you want to perform the release to a staging repo that doesn't go anywhere and is only used for testing purposes, then move it over from there?
Note that Maven in general isn't well set up for this yet, since it isn't going to recognise the difference, locally, between 2 or 3 test builds of a final vs the final final. Something we need to work on.
- Brett On 18/8/06 4:01 AM, Wendy Smoak wrote:
I need help figuring out how to get artifacts from one remote repository into another, without re-building them. The use case involves staging releases in one repository and then promoting those exact artifacts and signatures to another repo. (At Apache: deploying to the snapshot or another repo, voting on the release, then moving it to the one that gets synced with ibiblio.) I know all the pieces exist, we can already retrieve and deploy artifacts, but I'm not sure where to go from there. Would this be another goal for of maven-deploy-plugin? It's similar to deploy:deploy-file, except that the 'file' comes from a remote repository. Any advice is appreciated! Thanks, Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
-- Apache Maven - http://maven.apache.org/ Better Builds with Maven - http://library.mergere.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
