You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ivy-user@ant.apache.org by fnord <li...@libertylost.org> on 2010/02/12 23:11:47 UTC

Latest strategy is updating whole organisation, not just module

We're using a latest strategy, checking the timestamp. 

This is working perfectly well, except that if a module is updated, the
resolve pulls in everything under the organisation level, not just the
updated module.

Basically, instead of this:

<artifact
pattern="http://ivyrep.mycompany.com/[module]/[revision]/[artifact]-[revision].[ext]"
/>

We're using this:

<artifact
pattern="http://ivyrep.mycompany.com/[organisation]/[module]/[revision]/[artifact]-[revision].[ext]"
/>

If we update a single module, the resolve will pull in all 120 modules
instead of just the one.

Is there a way to change this behavior?


thanks,
John
-- 
View this message in context: http://old.nabble.com/Latest-strategy-is-updating-whole-organisation%2C-not-just-module-tp27570022p27570022.html
Sent from the ivy-user mailing list archive at Nabble.com.