Hi all,
I would like to host a Maven repository for a framework we're working on and its dependencies. Can I just deploy my artifacts to my ftp host using mvn deploy, or should I manually deploy and/or setup some things before being able to deploy artifacts? Do I need a tool like Apache Archiva? Note: I only have ftp access to server I want to host the maven repo on.
Edit: I must have been more clear I guess. The online repository I want to use is not hosted by myself. I only have ftp access, so if possible, I would like to use that ftp space as a Maven repository. The tools mentioned seem to work when you have full control over the host machine, or at least more than just ftp access since you need to configure the local directories where the repositories will be placed. Is this possible?