You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Davis Ford <da...@zenoconsulting.biz> on 2006/05/18 00:50:11 UTC

wagon-ftp cannot be downloaded

Hi, we use ftp to deploy to our local repo.  As a litmus test for the
environment, I completely wiped out my .m2/repository/*

Then I tried to do a mvn test on one of my projects.  This project has
a parent pom.xml which has:

<build>
		<extensions>
			<extension>
				<groupId>org.apache.maven.wagon</groupId>
				<artifactId>wagon-ftp</artifactId>
				<version>1.0-alpha-6</version>
			</extension>
		</extensions>
etc...

But I get the error

Project ID: org.apache.maven.wagon:wagon-ftp

Reason: Error getting POM for 'org.apache.maven.wagon:wagon-ftp' from
the repository: Error transferring file
  org.apache.maven.wagon:wagon-ftp:pom:1.0-alpha-6

from the specified remote repositories:
  central (http://repo1.maven.org/maven2),
  maven-fast-repo (http://repo1.maven.org),

If I do a deploy first, then this seems to work.  But if I try a
compile or test, this always fails?  How to fix this?

Regards,
Davis

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


Re: wagon-ftp cannot be downloaded

Posted by Carlos Sanchez <ca...@apache.org>.
http://repo1.maven.org is not a valid repo, it's http://repo1.maven.org/maven2

On 5/17/06, Davis Ford <da...@zenoconsulting.biz> wrote:
> Hi, we use ftp to deploy to our local repo.  As a litmus test for the
> environment, I completely wiped out my .m2/repository/*
>
> Then I tried to do a mvn test on one of my projects.  This project has
> a parent pom.xml which has:
>
> <build>
>                 <extensions>
>                         <extension>
>                                 <groupId>org.apache.maven.wagon</groupId>
>                                 <artifactId>wagon-ftp</artifactId>
>                                 <version>1.0-alpha-6</version>
>                         </extension>
>                 </extensions>
> etc...
>
> But I get the error
>
> Project ID: org.apache.maven.wagon:wagon-ftp
>
> Reason: Error getting POM for 'org.apache.maven.wagon:wagon-ftp' from
> the repository: Error transferring file
>   org.apache.maven.wagon:wagon-ftp:pom:1.0-alpha-6
>
> from the specified remote repositories:
>   central (http://repo1.maven.org/maven2),
>   maven-fast-repo (http://repo1.maven.org),
>
> If I do a deploy first, then this seems to work.  But if I try a
> compile or test, this always fails?  How to fix this?
>
> Regards,
> Davis
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>


-- 
I could give you my word as a Spaniard.
No good. I've known too many Spaniards.
                             -- The Princess Bride

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