Dan Tran schrieb:
> How do you use wagon with your maven? without further info, dont know
> much to help here.
I want to upload a site:
<distributionManagement>
<site>
<id>foo</id>
<name>foo</name>
<url>
scp://shell.sourceforge.net/foo
</url>
</site>
</distributionManagement>
<build>
<!-- For SSH distribution -->
<extensions>
<extension>
<groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon-ssh</artifactId>
<version>1.0-beta-2</version>
</extension>
</extensions>
...
If you exchange 1.0-beta-2 with e.g 1.0-beta-5 it does not work anymore.
Regards,
Karsten
>
> -D
>
> On Sat, Nov 22, 2008 at 6:38 PM, Karsten Ohme <[EMAIL PROTECTED]> wrote:
>> Until wagon-ssh 1.0-beta-2 it was working, later when I specify a scp:
>> location (for the sourceforge shell) I get:
>>
>> [INFO] Unable to initialise extensions
>> Component descriptor role: 'org.apache.maven.wagon.CommandExecutor',
>> implementat
>> ion: 'org.apache.maven.wagon.providers.ssh.jsch.ScpCommandExecutor',
>> role hint:
>> 'scp' has a hint, but there are other implementations that don't
>>
>> Why was the scp functionality removed? Will the plug in work again?
>>
>> Regards,
>> Karsten
>>
>> ---------------------------------------------------------------------
>> 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]
>
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]