Would someone explain how to accomplish this with ivy?

Here's my use case:

I have multiple modules that publish artifacts.
When they publish the revision number stays the same.
However, if they do publish I want other modules to recognize that a new revision of the module has been published.

I tried this in my settings file with no luck.

<ivysettings>
<settings defaultResolver="chained" checkUpToDate="true" defaultLatestStrategy="latest-time"/>


Neil

Reply via email to