On 3/24/07, Baz <[EMAIL PROTECTED]> wrote:
<distributionManagement> <repository> <id>local-repository</id> <url>http://localhost:8081</url> </repository> </distributionManagement><build> <extensions> <groupId>org.apache.maven.wagon</groupId> <artifactId>wagon-http</artifactId> </extensions> </build>
Is this one of the examples in the BBwM book? I don't think you can do that. :) http://maven.apache.org/wagon/wagon-providers/wagon-http/ "... enables Maven to use remote repositories stored in HTTP servers. It doesn't allow deployment." Your server needs to be running something that allows file transfer. The book has some examples of scp and ftp urls, and dav is also an option, with the wagon-webdav build extension. -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
