I have a maven project i need to copy the jar files from a ftp server to the lib folder during the mvn clean install task.
Suggest me the plugins or steps to achieve this.
THANKS
答案 0 :(得分:0)
you can't do that .because Maven resolves its dependencies via HTTP, you can deploy via ftp but not resolve the dependencies