Rewriting an ivy file can be a real pain. We really want to just depend on say com.broadridge:hbase and have a module that we publish to our local artifactory so we can just dump hbase and all the dependencies "we need" into artifactory very easily. So, we want a module with an ant build file and a lib containing all the hibernate jars. How can we publish all that using ivy to artifactory such that it grabs all the jars regardless of name in that folder like <include name="*.jar"/> so that it is published?
Is there also a way to publish the source too? This way, when a new hibernate comes along, we just wipe all the jars and drop them in again. With hibernate, I went down the virtual module path, but with hbase, I can't get the latest version and need to put all these jars in artifactory which seems tedious...I want to just be able to suck them all in. Thanks, Dean This message and any attachments are intended only for the use of the addressee and may contain information that is privileged and confidential. If the reader of the message is not the intended recipient or an authorized representative of the intended recipient, you are hereby notified that any dissemination of this communication is strictly prohibited. If you have received this communication in error, please notify us immediately by e-mail and delete the message and any attachments from your system.
