Hi there,
we are currently integrating the Ivy standalone tool to CMake so that we are able to pull and publish artifacts in C++ projects. Apart from that we make use of Artifactory which as well supports adding meta-data to published artifacts. In order to add these meta-data we need to know where an artifact has been published. This kind of information is available in the log output (see RepositoryResolver.java) but would like to avoid to parse it but instead introduce a similar argument to the cachepath. We would like to add this functionality by ourselves but would need to get some advice where the best location for such a feature would be. The cachepath feature is fully implemented in Main.java (outputCachePath). The information about the full destination is as far as I can see only available in RepositoryResolver in the publish method. I would like to avoid to somehow pass a flag to this component just to dump the destination in this resolver class Any advice would be really helpful. Thanks, Martin