On Thu, May 29, 2008 at 12:36 PM, EJ Ciramella <[EMAIL PROTECTED]> wrote:
> So apparently, what's blocking is the lack of a user/pass combo. > > I have the guest account enabled, do I have to go through and add all > the server configuration (where I can supply this)? For deployment? Server credentials go in settings.xml, see http://maven.apache.org/ref/2.0.8/maven-settings/settings.html. Make sure the server id in settings.xml matches the repository id in distributionManagemnt. If you just want to test it you could give the guest account 'repository manager' permission. If you're not using Maven 2.0.9, you'll need wagon-webdav as a build extension, and the url looks like: dav:http://myserver.com/archiva/repository/internal . -- Wendy
