Why are you storing this in SVN? I know that the java.net guys are using SVN because there are limits to how their infrastructure is set up.
Far better is to just run nexus... 5 minutes and you'll have it set up -Stephen BTW I have no connection with nexus... unlike the sonatype guys... but I'd still recommend it On Tue, Sep 16, 2008 at 7:28 PM, Spies, Brennan <[EMAIL PROTECTED]>wrote: > 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] > >
