Perhaps this is what you're after?

http://maven.apache.org/guides/mini/guide-releasing.html

>From Maven's documentation page: http://maven.apache.org/guides/index.html

Doing a release in Maven is a way of generating "official" (non-snapshot)
releases of the artifacts.  Which supports things like tagging the source
in version control system, managing the version number (defining the
version being released and what the next SNAPSHOT version will be after the
release is made) and deploying the artifacts to a repository.

Although it can do a fair amount, it's not too complicated.

Thanks,
Ed


On Thu, May 24, 2012 at 5:37 AM, hujirong <[email protected]> wrote:

> The first page doesn't have anything about what does "release" mean in
> Maven,
> all about usage, and I have to dig into the usage try to find out what it
> want to achieve. This is too Agile.
>
> Jirong
>
> --
> View this message in context:
> http://maven.40175.n5.nabble.com/How-to-do-a-release-build-in-Maven-tp5709440p5709595.html
> Sent from the Maven - Users mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>

Reply via email to