On Mon, Sep 14, 2009 at 11:04 AM, Soumen Trivedi <[email protected]> wrote:
> 1. How to move SNAPSHOT artifacts to RELEASE stage in Archiva That you have SNAPSHOT artifacts in the repository implies that you're using Maven to build your project. If so, you can use the Maven Release plugin to automate the process of creating a tag and building a released version of your project. I'm not sure what you meant in (2) about project specific jars and the website, can you re-state the question? > 3. What steps should be followed to stage the release? I have a Application > Server on which Archiva runs and want to stage the releases in the same > server along with the /data/repositories directory? Can this be possible? It sounds like you want to deploy your released application. There's nothing in Archiva to help with that, but there are other ways to automate it. If you are using Maven there might be a plugin for your app server, or you might take a look at the Cargo project. -- Wendy
