Hello, I have a strange problem: As soon as I add the karaf-maven-plugin to a pom.xml, and try to run "mvn deploy", the deployment fails giving me a 401 (Unauthorized). When removing the plugin information from the pom.xml, the deployment works. I deploy to a snapshot repository, so deploying multiple times with the same version should work, I suppose. Strangely enough, when using the embedded Maven from m2e out of Eclipse, the deployment succeeds; it only fails when using maven from the command line.
What could be wrong here? Regards, Jens
