Harald Meyer wrote:

Hi,

is the mechanism that downloads the dependencies specified in the project object model a plugin or in some way adjustable?

AFAIK is this part of the maven core.


I want to change the dependencies specified in the pom before their download is tried. Is this possible?

Why do you want to do that? What do you want to achieve?


the idea is to allow users to specify "partial" version numbers for
dependencies (at least for internal dependencies). So "0.8" means download
the artifact in version "0.8.x" with the highest available x. The
functionality should be similar to snapshots. If a new version of the
dependency appears, it should be used in future builds.

Why don't you simlpy replace the 0.8 version within the repo then and archive the minors (0.8.x, 0.8.y) elsewhere?


Regards,
Gisbert

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



Reply via email to