Hi, I am trying to set up a "quick and dirty" internal Maven repository on Subversion. I've successfully deployed a few artifacts to the repository using svn-wagon (https://wagon-svn.dev.java.net/), but I want to be able to make these dependencies available to other developers with a minimum of fuss. Unfortunately, our SVN server doesn't allow any read access without credentials (user/password via HTTP basic auth)--something I can't control--so I need to use a <repository> that can authenticate with HTTP basic.
I've tried a few approaches (referring to a <servers> id from the <repository>, using the svn-wagon plugin), but nothing has worked. Is there a plugin or other approach I can use to do this? Thanks, Brennan --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
