Hi, If I understand your needs, you want to store some properties alongside your binary modules in the repository so that you can use them when retrieving your binaries.
You don't necessarily have to zip your binaries when publishing them, you can push the properties file near your other binaries as is. When retrieving your module, you can then load such properties file without post processing anything. Another solution is to use the extra attributes of Ivy http://ant.apache.org/ivy/history/latest-milestone/concept.html#extra -- View this message in context: http://apache-ivy.996301.n3.nabble.com/How-to-publish-additional-metadata-with-an-artifact-that-is-needed-at-retrieve-time-tp9601p9602.html Sent from the ivy-user mailing list archive at Nabble.com.