I have an FTP where I would like to have my personal Maven repository, I would like my artifacts to be installed to that remote folder, how can achieve that?
Thanks, Adam.
|
I have an FTP where I would like to have my personal Maven repository, I would like my artifacts to be installed to that remote folder, how can achieve that? Thanks, Adam. |
|||
|
|
|
Use altDeploymentRepository configuration property of maven-deploy-plugin (see here).
|
|||||||
|