Hi

As an experiment and to take some load of our company central nexus, changed
my build server's maven settings.xml to mirror '*' to an artifactory
instance.

            
                        *
                        repo
                        http://artifactory-host:8081/artifactory/repo
                        repo
                


The artifactory instance had one repo proxying to the company nexus, where
we have a team repository group with snapshots, releases and third party
stuff.

The build server would deploy latest SNAPSHOTs / releases to the compant
nexus.

Settings.xml looks like this:

...

                                        
                                                always
                                                warn
                                                true
                                        
                                        fic-snapshots
                                        fic-snapshots
                                       
http://nexus-host/nexus/content/repositories/fic-snapshots
 
...


With this set up, the problem is that the build server is not getting the
latest SNAPSHOT versions. Doing a compare with what's in nexus vs
artifactory, it seems that the hudson build   is not getting the latest
snapshot version from artifactory (the SNAPSHOT is newer in nexus).

So the question is how to a artifactory proxy repository work out how to
check if a newer SNAPSHOT exists in an upstream repository (in our case it
happens to be nexus).

Hope this makes sense.

--
View this message in context: 
http://forums.jfrog.org/proxying-nexus-and-SNAPSHOTS-tp6242259p6242259.html
Sent from the Artifactory - Users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Xperia(TM) PLAY
It's a major breakthrough. An authentic gaming
smartphone on the nation's most reliable network.
And it wants your games.
http://p.sf.net/sfu/verizon-sfdev
_______________________________________________
Artifactory-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/artifactory-users

Reply via email to