Hello community,
Over the last hour or so, I’ve been looking for ways to host a private repository. I have resolved on using my webserver and uploading via FTP. I got that part working but now I’m having an issue deploying a 3rd-party jar to it. I’m deploying it via invoking the following command: mvn deploy:deploy-file -DgroupId=some.version -Dversion=1.0-Dpackaging=jar -Dfile=my-file.jar -DrepositoryId=maven-my-repo -DartifactId=my-artifact-Durl=ftp://maven.mysite.com I have the latest version of Wagon-FTP installed to %M2_HOME%\lib and whenever I try to deploy, it fails. Here is the output in debug mode: http://pastebin.com/pfeXxVbY (Its kinda long). From what I see, its missing the apache commons library but I don’t have any idea how to install it. - Austin
