On Wed, Sep 3, 2008 at 12:21 PM, gotama <[EMAIL PROTECTED]> wrote:
>
> what is not clear to me is why 'alpha' versions make it into the releases
> repository. I previously did not set my version for the maven-war-plugin.
> 2.1-alpha-2 is the default version. In the Maven world, I thought alpha/beta
> versions = SNAPSHOTS.

This is simply incorrect. Alpha and Beta are considered releases.

For stable builds, you are strongly encouraged to lock down the
plugins you are using in the pom.xml file. Otherwise, you may
experience troubles like this when Maven auto-updates a plugin and
breaks/changes functionality you were using, or a new bug is
introduced, etc.

Wayne

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to