Yes I'm following this guide but instead of using scp I tried http.

It seems nobody has ever tried http.
I think I'll try FTP as I was not able to get it working with HTTP. :-(


-----Original Message-----
From: Treloar, Barrie (SAPOL) [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, January 25, 2006 6:51 AM
To: 'Maven Users List'
Subject: RE: [m2] Wagon fails with HTTP destination

> <distributionManagement>
>               <repository>
>                       <id>inhouse</id>
>                       <name>Inhouse Internal Release Repository</name>
>                       <url>http://myserver/maven/inhouse</url>
>               </repository>
>               <snapshotRepository>
>                       <id>inhouse_snapshot</id>
>                       <name>Inhouse Internal Snapshot
> Repository</name>
> <url>http://myserver/maven/inhouse_snapshot</url>
>                       <uniqueVersion>true</uniqueVersion>
>               </snapshotRepository>
>       </distributionManagement>
> 
> 
> But when I run 'mvn deploy' I get the following error:

I know it works via scp.

I doubt http worked unless wagon was doing WebDAV stuff, in which case
you
would have had to setup that in apache.

Err, are you following the guide I am writing at 
        
nment ?? Let me know if I need to make changes.



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to