Hi there, you should be able to store whatever you like in a Generic repository, and handle it any way you want. At one level Artifactory is just an HTTP-accessible file store.
You can also store ZIP files in an Ivy or Maven repository and pull them down with tools like Ivy, Maven, or Gradle. For that you work, you have to follow certain conventions about paths (or, configure the tools to know about your conventions) and publish the relevant XML metadata. (In fact, you can store any kind of file in any repo, but there's no point storing files in a non-standard way in anything other than a Generic repo, because it doesn't buy you anything. See the "Wrong Package Type" warning box in the section https://www.jfrog.com/confluence/display/RTF/Configuring+Repositories#ConfiguringRepositories-SinglePackageType.) Regards, Hugh Greene, Senior Software Developer Toshiba Medical Visualization Systems Europe, Ltd Bonnington Bond, 2 Anderson Place, Edinburgh EH6 5NP, UK Tel + 44 (0)131 472 4792 / Fax + 44 (0) 131 472 4799 http://www.tmvse.com / mailto:[email protected] DISCLAIMER Unless indicated otherwise, the information contained in this message is privileged and confidential, and is intended only for the use of the addressee(s) named above and others who have been specifically authorized to receive it. If you are not the intended recipient, you are hereby notified that any dissemination, distribution or copying of this message and/or attachments is strictly prohibited. The company accepts no liability for any damage caused by any virus transmitted by this email. Furthermore, the company does not warrant a proper and complete transmission of this information, nor does it accept liability for any delays. If you have received this message in error, please contact the sender and delete the message. -----Original Message----- From: slmingol [mailto:[email protected]] Sent: 30 June 2016 16:04 To: [email protected] Subject: [Artifactory-users] Importing vanilla zip files I'm new to Artifactory Pro and am confused as to whether I can install/store vanilla zip files that contain whatever content I want, or if I'm restricted to only being able to store specific types of artifacts (Ant, Maven, Ivy, RPMs, etc) within Artifactory? I have several ElasticSearch plugins that I'd like to maintain within Artifactory but it's unclear to me whether I can do this or not, and also how I'd go about accomplishing this. -- View this message in context: http://forums.jfrog.org/Importing-vanilla-zip-files-tp7581086.html Sent from the Artifactory - Users mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Attend Shape: An AT&T Tech Expo July 15-16. Meet us at AT&T Park in San Francisco, CA to explore cutting-edge tech and listen to tech luminaries present their vision of the future. This family event has something for everyone, including kids. Get more information and register today. http://sdm.link/attshape _______________________________________________ Artifactory-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/artifactory-users ______________________________________________________________________ This email has been scanned by the Symantec Email Security.cloud service. For more information please visit http://www.symanteccloud.com ______________________________________________________________________ ______________________________________________________________________ This email has been scanned by the Symantec Email Security.cloud service. For more information please visit http://www.symanteccloud.com ______________________________________________________________________ ------------------------------------------------------------------------------ Attend Shape: An AT&T Tech Expo July 15-16. Meet us at AT&T Park in San Francisco, CA to explore cutting-edge tech and listen to tech luminaries present their vision of the future. This family event has something for everyone, including kids. Get more information and register today. http://sdm.link/attshape _______________________________________________ Artifactory-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/artifactory-users
