Ftp user defined jars to maven project

时间:2016-10-20 13:09:09

标签: java maven maven-plugin

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

1 个答案:

答案 0 :(得分:0)

you can't do that .because Maven resolves its dependencies via HTTP, you can deploy via ftp but not resolve the dependencies