You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Karsten Ohme <wi...@t-online.de> on 2008/11/23 03:38:15 UTC

wagon-ssh > 1.0-beta-2 does not support scp

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: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: wagon-ssh > 1.0-beta-2 does not support scp

Posted by Karsten Ohme <wi...@t-online.de>.
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 <wi...@t-online.de> 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: users-unsubscribe@maven.apache.org
>> For additional commands, e-mail: users-help@maven.apache.org
>>
>>
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 
> 
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: wagon-ssh > 1.0-beta-2 does not support scp

Posted by Dan Tran <da...@gmail.com>.
ummm, that jira is for external scp ( scpexe ).

your ( scp ) should work. btw, wagon-ssh beta 5 is not out yet

http://repo2.maven.org/maven2/org/apache/maven/wagon/wagon-ssh/


-D




On Sat, Nov 22, 2008 at 7:19 PM, Karsten Ohme <wi...@t-online.de> wrote:
> Dan Tran schrieb:
>> How do you use wagon with your maven?  without further info, dont know
>> much to help here.
>
> Ah, found something. The new wagon does not work in Maven 2.0.9:
>
> http://jira.codehaus.org/browse/WAGON-228
>
> Regards,
> Karsten
>>
>> -D
>>
>> On Sat, Nov 22, 2008 at 6:38 PM, Karsten Ohme <wi...@t-online.de> 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: users-unsubscribe@maven.apache.org
>>> For additional commands, e-mail: users-help@maven.apache.org
>>>
>>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
>> For additional commands, e-mail: users-help@maven.apache.org
>>
>>
>>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: wagon-ssh > 1.0-beta-2 does not support scp

Posted by Karsten Ohme <wi...@t-online.de>.
Dan Tran schrieb:
> How do you use wagon with your maven?  without further info, dont know
> much to help here.

Ah, found something. The new wagon does not work in Maven 2.0.9:

http://jira.codehaus.org/browse/WAGON-228

Regards,
Karsten
> 
> -D
> 
> On Sat, Nov 22, 2008 at 6:38 PM, Karsten Ohme <wi...@t-online.de> 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: users-unsubscribe@maven.apache.org
>> For additional commands, e-mail: users-help@maven.apache.org
>>
>>
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 
> 
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: wagon-ssh > 1.0-beta-2 does not support scp

Posted by Dan Tran <da...@gmail.com>.
How do you use wagon with your maven?  without further info, dont know
much to help here.

-D

On Sat, Nov 22, 2008 at 6:38 PM, Karsten Ohme <wi...@t-online.de> 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: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org