I posted this a question to the maven-users list and see the response
below from Jason Van zyle:

- How do I tell maven to stop downloading the beta versions of plugins
and just download the latest stable releases of plugins?

Specify versions of the plugins you want to use in your projects. Do
not leave it to chance. Not specify versions of all things is bad
practice.

- Can I ask maven to clean the repo of all beta versions of plugins or
do i have to manually remove them?

On 6/6/07, Brett Porter <[EMAIL PROTECTED]> wrote:

On 07/06/2007, at 11:50 AM, Karan Malhi wrote:

> If i dont set the version of the assembly, maven does not filter.
> Could it be due to the fact that 2.2-beta-1 version was already
> downloaded to my local repo and maven just uses the latest if we do
> not specify the version of the plugin?
>
> However, if i give the version 2.1 for the assembly plugin, it
> works fine.
>
> Maven gurus, could you please throw some light here.

What you've said is correct, and you should be specifying the version
as 2.1.

- Brett




--
Karan Malhi

Reply via email to