I'm trying to figure out how to tell my CI system in an elegant way that an artifact published to my Ivy repository has changed. Right now I artificially give this feedback using Hudson which forces a build to be executed once a library is published which a project is dependent on. To me this looks very like bad practice, but I'm uncertain of the toolset available to me.
Any feedback is appreciated.
