Hi Bob,
When requesting the metadata from a virtual repository that consists of both
local and remote repositories, Artifactory should create and return a merged
view.
A couple of reasons for the problem you face come to mind:
1. The remote repository cache contains metadata which is not up to date,
but hasn't expired either: In this case you can "zap" it, so that
Artifactory will try to fetch the remote metadata upon the next request.
2. The metadata within the remote repository is not up to date with its
true contents.
On Thu, Sep 16, 2010 at 3:50 PM, Bob Resendes <[email protected]> wrote:
>
> >
> >Could you please send us the settings xml file in use?
> >Should it contain any sensitive information, you may censor it or send it
> to
> >[email protected].
> >
> OK. Here's the censored version (no real names, passwords, hosts, etc.)
> that
> retains the structure of the client-side settings file:
>
> <settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
> xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0
> http://maven.apache.org/xsd/settings-1.0.0.xsd">
>
> <proxies>
> <proxy>
> <id>HTTP</id>
> <active>true</active>
> <protocol>http</protocol>
> <host>proxy1</host>
> <port>8080</port>
> <nonProxyHosts>*.our.domain.name.here</nonProxyHosts>
> </proxy>
> <proxy>
> <id>HTTPS</id>
> <active>true</active>
> <protocol>https</protocol>
> <host>proxy1</host>
> <port>8080</port>
> <nonProxyHosts>*.our.domain.name.here</nonProxyHosts>
> </proxy>
> </proxies>
> <servers>
> <server>
> <id>X</id>
> <username>username</username>
> <password>password</password>
> </server>
> <server>
> <id>Y</id>
> <username>username</username>
> <password>password</password>
> </server>
> <server>
> <id>Z</id>
> <username>username</username>
> <password>password</password>
> </server>
> </servers>
> <mirrors>
> <mirror>
> <id>localartifactory</id>
> <name>Repository</name>
> <mirrorOf>central,jboss,codehaus</mirrorOf>
> <url>http://our.internal.url.to.virtual.repo.here</url>
> </mirror>
> </mirrors>
> </settings>
>
>
> ------------------------------------------------------------------------------
> Start uncovering the many advantages of virtual appliances
> and start using them to simplify application deployment and
> accelerate your shift to cloud computing.
> http://p.sf.net/sfu/novell-sfdev2dev
> _______________________________________________
> Artifactory-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/artifactory-users
>
------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
Artifactory-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/artifactory-users