Btw, the latest ftp wagon is 1.0-alpha-6
-----Original Message-----
From: Allan Ramirez [mailto:[EMAIL PROTECTED]
Sent: Sunday, February 26, 2006 9:47 PM
To: Maven Users List
Subject: Re: Need help with Internal Repository - FTP
Try to use the wagon-ftp
<build>
...
<extensions>
<extension>
<groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon-ftp</artifactId>
<version>1.0-alpha-3</version>
</extension>
</extensions>
...
</build>
-allan
Dixit, Sandeep (ProSource Solutions) wrote:
>Can someone help me with the setting up an internal repository and
>accessing it using ftp? I keep getting the following error:
>
>
>
>Reason: Error getting POM for 'XXX:XXX' from the repository:
>Unsupported
>Protocol: 'ftp': Cannot find wagon which supports the requested
>protocol: ftp
>
>
>
>I want the local repositories to use internal repository only. Is this
>possible? I am using Maven 2.0.2 and have the following in my
>settings.xml
>
>
>
><settings>
>
>....
>
>
>
><profiles>
>
> <profile>
>
> <id>myConfig-dev</id>
>
>
>
> <repositories>
>
> <repository>
>
> <id>ncc-repository</id>
>
> <name>NCC Repository</name>
>
> <url>ftp://10.49.209.166//pub</url>
>
> <layout>default</layout>
>
> </repository>
>
>
>
>myConfig-dev is a default active profile
>
>
>
>I also have server defined in settings.xml as
>
> <server>
>
> <id>ncc-repository</id>
>
> <username>anonymous</username>
>
> <password>anonymous</password>
>
> </server>
>
>
>
>Thanks,
>
>Sandeep
>
>
>
>
>-----------------------------------------------------------------------
>-------------------- ***National City made the following annotations
>-----------------------------------------------------------------------
>-------------------- This communication is a confidential and
>proprietary business communication. It is intended solely for the use
of the designated recipient(s). If this communication is received in
error, please contact the sender and delete this communication.
>=======================================================================
>====================
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]