http://repo1.maven.org is not a valid repo, it's http://repo1.maven.org/maven2

On 5/17/06, Davis Ford <[EMAIL PROTECTED]> 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




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

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to