> Hello Aaron
> 
> you need to provide some information about what is in your
> settings.xml....

I have a couple of repositories. The relevant entry is:

        <repository>
          <id>snapshot</id>
          <name>Snapshots and patched packages</name>
          <url>http://m2proxy:8080/archiva/repository/snapshot</url>
          <releases><enabled>false</enabled></releases>
          <snapshots><enabled>true</enabled></snapshots>
        </repository>

And I have this mirror:

        <mirror>
            <id>central</id>
            <mirrorOf>central</mirrorOf>
            <name>Central repository mirror</name>
            <url>http://maven.sateh.com/maven2</url>
        </mirror>

When I download directly, I don't need a password; I've configure "guest" 
in archiva as "observer for repo snapshot".

Regards,

-- 
Aaron Digulla

"Mohni, Daniel" <[EMAIL PROTECTED]> schrieb am 05.12.2006 
11:33:34:

> Hello Aaron
> 
> you need to provide some information about what is in your
> settings.xml....
> 
> sometimes it also helps to use mvn -U ... 
> to update the dependencies
> 
> regards
> 
> Daniel 
> 
> > -----Original Message-----
> > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
> > Sent: Tuesday, December 05, 2006 11:19 AM
> > To: archiva-users@maven.apache.org
> > Subject: 504 in maven, works everywhere else
> > 
> > Hello,
> > 
> > All of a sudden, archiva doesn't like maven anymore (or the other way 
> > 'round):
> > 
> > Caused by: java.io.IOException: Server returned HTTP response 
> > code: 504 
> > for URL:
> > 
> > http://m2proxy:8080/archiva/repository/snapshot/org/apache/maven/plugi
> > ns/maven-deploy-plugin/2.3-SNAPSHOT/maven-metadata.xml
> >         at 
> > sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLCon
> > nection.java:1153)
> >         at 
> > org.apache.maven.wagon.providers.http.LightweightHttpWagon.fillInputD
> > ata(LightweightHttpWagon.java:85)
> > 
> > When I download the very same file in a browser or with wget, 
> > it works!
> > 
> > Maven together with Archiva is starting to drive me nuts! Sometimes, 
> > something works, sometimes, it doesn't.
> > 
> > I have three repositories with releases and maven says "oh, I 
> > checked all 
> > of them" but when I run maven with -X, I see it just checks 
> > the snapshot 
> > repository!
> > 
> > The *snapshot* repository! For a RELEASE!
> > 
> > What's wrong with this crap :-((((
> > 
> > Regards,
> > 
> > -- 
> > Aaron Digulla
> > 
> > 

Reply via email to