On 30/07/07, Rodrigo Gonçalves <[EMAIL PROTECTED]> wrote:
> Hi...
>
> In my poms I have some plugins configured without the version in order
> to use the latest one, but in my settings.xml file I need to have some
> snapshot-repositories.
> So in the builds maven will use the latest version available witch is a
> snapshot version, and that is not my intension.
> Is there any way to specify maven to use the latest non-snapshot version
> of a dependency?
have you tried using a meta-version, such as:
<version>RELEASE</version>
that shouldn't match against any snapshots.
>
>
> Thx in advance...
> Rodrigo.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
--
Cheers, Stuart
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]