You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by nicolas de loof <ni...@gmail.com> on 2009/12/02 10:35:42 UTC

m3 alpha 5 feedback

Hi,

I'm using maven3-alpha-5 and get a deploy:deploy error on
people.apache.org (maybe
related to MNG-4241 ?)

[INFO] [INFO] --- maven-deploy-plugin:2.4:deploy (default-deploy) @ fonzie
---
[INFO] WAGON_VERSION: 1.0-beta-2
[INFO] [INFO]
------------------------------------------------------------------------
[INFO] [INFO] BUILD FAILURE
[INFO] [INFO]
------------------------------------------------------------------------
[INFO] [INFO] Total time: 9.938s
[INFO] [INFO] Finished at: Wed Dec 02 10:30:56 CET 2009
[INFO] [INFO] Final Memory: 5M/15M
[INFO] [INFO]
------------------------------------------------------------------------
[INFO] [ERROR] Failed to execute goal
org.apache.maven.plugins:maven-deploy-plugin:2.4:deploy (default-deploy) on
project fonzie: Error deploying artifact: Authentication failed: Cannot
connect. Reason: Algorithm negotiation fail -> [Help 1]

Just for info as I have no skills on SSH to investigate this ...

Cheers,
Nicolas

Re: m3 alpha 5 feedback

Posted by Brett Porter <br...@apache.org>.
I think you need to add a build extension and use wagon-ssh 1.0-beta-6. I'm assuming since it is no longer bundled you already had to add one that uses beta-2 - I'm not sure that would work with previous versions of Maven either?

- Brett

On 02/12/2009, at 8:35 PM, nicolas de loof wrote:

> Hi,
> 
> I'm using maven3-alpha-5 and get a deploy:deploy error on
> people.apache.org (maybe
> related to MNG-4241 ?)
> 
> [INFO] [INFO] --- maven-deploy-plugin:2.4:deploy (default-deploy) @ fonzie
> ---
> [INFO] WAGON_VERSION: 1.0-beta-2
> [INFO] [INFO]
> ------------------------------------------------------------------------
> [INFO] [INFO] BUILD FAILURE
> [INFO] [INFO]
> ------------------------------------------------------------------------
> [INFO] [INFO] Total time: 9.938s
> [INFO] [INFO] Finished at: Wed Dec 02 10:30:56 CET 2009
> [INFO] [INFO] Final Memory: 5M/15M
> [INFO] [INFO]
> ------------------------------------------------------------------------
> [INFO] [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-deploy-plugin:2.4:deploy (default-deploy) on
> project fonzie: Error deploying artifact: Authentication failed: Cannot
> connect. Reason: Algorithm negotiation fail -> [Help 1]
> 
> Just for info as I have no skills on SSH to investigate this ...
> 
> Cheers,
> Nicolas

--
Brett Porter
brett@porterclan.net
http://brettporter.wordpress.com/




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


Re: m3 alpha 5 feedback

Posted by nicolas de loof <ni...@gmail.com>.
right, I'll setup a simplified demo project

2009/12/2 Benjamin Bentmann <be...@udo.edu>

> nicolas de loof wrote:
>
>  Maven 2.2.1 deploys fine with same POM
>>
>
> Then please fill an issue with a demo project.
>
>
>
> Benjamin
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>

Re: m3 alpha 5 feedback

Posted by Benjamin Bentmann <be...@udo.edu>.
nicolas de loof wrote:

> Maven 2.2.1 deploys fine with same POM

Then please fill an issue with a demo project.


Benjamin

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


Re: m3 alpha 5 feedback

Posted by nicolas de loof <ni...@gmail.com>.
Maven 2.2.1 deploys fine with same POM

2009/12/2 Benjamin Bentmann <be...@udo.edu>

> nicolas de loof wrote:
>
>  I'm using maven3-alpha-5 and get a deploy:deploy error on
>> people.apache.org (maybe related to MNG-4241 ?)
>>
>> [INFO] [ERROR] Failed to execute goal
>> org.apache.maven.plugins:maven-deploy-plugin:2.4:deploy (default-deploy)
>> on
>> project fonzie: Error deploying artifact: Authentication failed: Cannot
>> connect. Reason: Algorithm negotiation fail -> [Help 1]
>>
>
> It's important that we properly separate issues in the core and a plugin.
> So, is this error only showing up with Maven 3 or does Maven 2 (using the
> same version of the Deploy Plugin) fail the same?
>
>
> Benjamin
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>

Re: m3 alpha 5 feedback

Posted by Benjamin Bentmann <be...@udo.edu>.
nicolas de loof wrote:

> I'm using maven3-alpha-5 and get a deploy:deploy error on
> people.apache.org (maybe related to MNG-4241 ?)
> 
> [INFO] [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-deploy-plugin:2.4:deploy (default-deploy) on
> project fonzie: Error deploying artifact: Authentication failed: Cannot
> connect. Reason: Algorithm negotiation fail -> [Help 1]

It's important that we properly separate issues in the core and a 
plugin. So, is this error only showing up with Maven 3 or does Maven 2 
(using the same version of the Deploy Plugin) fail the same?


Benjamin

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


Re: m3 alpha 5 feedback

Posted by Tony Chemit <ch...@codelutin.com>.
Le Wed, 2 Dec 2009 10:35:42 +0100,
nicolas de loof <ni...@gmail.com> a écrit :

> Hi,
> 
> I'm using maven3-alpha-5 and get a deploy:deploy error on
> people.apache.org (maybe
> related to MNG-4241 ?)
> 
> [INFO] [INFO] --- maven-deploy-plugin:2.4:deploy (default-deploy) @ fonzie
> ---
> [INFO] WAGON_VERSION: 1.0-beta-2
> [INFO] [INFO]
> ------------------------------------------------------------------------
> [INFO] [INFO] BUILD FAILURE
> [INFO] [INFO]
> ------------------------------------------------------------------------
> [INFO] [INFO] Total time: 9.938s
> [INFO] [INFO] Finished at: Wed Dec 02 10:30:56 CET 2009
> [INFO] [INFO] Final Memory: 5M/15M
> [INFO] [INFO]
> ------------------------------------------------------------------------
> [INFO] [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-deploy-plugin:2.4:deploy (default-deploy) on
> project fonzie: Error deploying artifact: Authentication failed: Cannot
> connect. Reason: Algorithm negotiation fail -> [Help 1]
> 
> Just for info as I have no skills on SSH to investigate this ...
> 
> Cheers,
> Nicolas

Can you connect yourself on the deploy site in a console ? I already had a such problem when you never
connects to the remoter server and then did not accept the fingerprint of ssh ....

But not sure this is your problem ?

Tony.

-- 

Tony Chemit
--------------------
tél: +33 (0) 2 40 50 29 28
email: chemit@codelutin.com  
http://www.codelutin.com 

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