>
> After debuging Maven I noticed that even having the mirror defined,
> SNAPSTHOP version of plugins always were resolved agains Maven`s central
> repository (repo1.apache.org). So we found a workaround  overriding central
> and snapshot repositories in the setting xml. After that, it worked.
>
> is this an expected behavior?
> Thanks

You need to tell Maven where the repos are, both for releases and for
snapshots, and for plugin releases and snapshots. It sounds like you
may have been missing one of those.

>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to