I need to download the latest version of an artifact (zip) from Nexus and just save the zip file an directory. The file of course must be of the same branch and version. Is there a suitable plugin for this? Thanks.
Asked
Active
Viewed 4,215 times
1
-
1Possible duplicate of [How can I download a ZIP file with the Maven dependency plugin?](http://stackoverflow.com/questions/17173684/how-can-i-download-a-zip-file-with-the-maven-dependency-plugin) – Hendrik Jander Jan 14 '16 at 13:52
-
[Another one , even more explicit](http://stackoverflow.com/questions/5388661/unzip-dependency-in-maven?lq=1) – Hendrik Jander Jan 14 '16 at 14:01
-
I've been trying to do this same thing. The answer in "How can I download a ZIP with the Maven dependency plugin?" did not work. – Pytry Jul 08 '16 at 19:59