Maven pom to zip config files from GitHub and jars from artifactory
问题 Requirement : Need to push config files and jars from artifactory to UCD for deployment. Config files are present in GitHub repostiory. Jars (not needed for build but needed to start application in UCD) are present in artifactory. What would be the general process to follow, in order to copy config files from github and download/copy jars from artifactory and package everything in a zip file to push to UCD? 回答1: You might consider: the maven download plugin to get the files you need from an