You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by Martin Cooper <ma...@apache.org> on 2009/11/13 23:24:28 UTC

Releasing a Maven-based project

Some of you may have seen this posted on the Incubator General list,
but I thought this page, written up by Maven's Brett Porter, was worth
sharing here too. It's a great summary of what it takes to release an
Apache project that's built with Maven.

http://maven.apache.org/developers/release/apache-release.html

--
Martin Cooper

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org


Re: Releasing a Maven-based project

Posted by Antonio Petrelli <an...@gmail.com>.
2009/11/13 Martin Cooper <ma...@apache.org>:
> Some of you may have seen this posted on the Incubator General list,
> but I thought this page, written up by Maven's Brett Porter, was worth
> sharing here too. It's a great summary of what it takes to release an
> Apache project that's built with Maven.
>
> http://maven.apache.org/developers/release/apache-release.html

Since @Struts staged deploy is used, I suggest to look at the
release:stage goal:
http://maven.apache.org/plugins/maven-release-plugin/stage-mojo.html.
This way the use of the Nexus ability to move staged releases is not
necessary, you can simply copy a directory.

HTH
Antonio

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org


Re: Releasing a Maven-based project

Posted by Musachy Barroso <mu...@gmail.com>.
we are missing the nexus part, we could consider that.

musachy

On Fri, Nov 13, 2009 at 2:24 PM, Martin Cooper <ma...@apache.org> wrote:
> Some of you may have seen this posted on the Incubator General list,
> but I thought this page, written up by Maven's Brett Porter, was worth
> sharing here too. It's a great summary of what it takes to release an
> Apache project that's built with Maven.
>
> http://maven.apache.org/developers/release/apache-release.html
>
> --
> Martin Cooper
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
> For additional commands, e-mail: dev-help@struts.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org