You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Jon Strayer <jo...@strayer.org> on 2007/06/28 16:38:45 UTC

Error deploying

What does this error mean:

[INFO] [site:deploy]
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
[INFO] Unsupported protocol: 'ftp'

Embedded error: Cannot find wagon which supports the requested protocol: ftp
Component descriptor cannot be found in the component repository:
org.apache.maven.wagon.Wagonftp.

I used to be able to deploy



-- 
Esse Quam Videre
To Be, rather than to Seem

Re: Error deploying

Posted by Jon Strayer <jo...@strayer.org>.
It means you don't have this in your build element:

        <extensions>
            <extension>
                <groupId>org.apache.maven.wagon</groupId>
                <artifactId>wagon-ftp</artifactId>
            </extension>
        </extensions>


On 6/28/07, Jon Strayer <jo...@strayer.org> wrote:
>
> What does this error mean:
>
> [INFO] [site:deploy]
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Unsupported protocol: 'ftp'
>
> Embedded error: Cannot find wagon which supports the requested protocol:
> ftp
> Component descriptor cannot be found in the component repository:
> org.apache.maven.wagon.Wagonftp .
>
> I used to be able to deploy
>
>
>
> --
> Esse Quam Videre
> To Be, rather than to Seem




-- 
Esse Quam Videre
To Be, rather than to Seem