Im trying to setup some virtual repositories to avoid sending requests for
company artifacts to the outside. But its not working as intended.
Whenever maven requests an artifact that doesnt exist in the company
repository there is a very long delay while a request to repo1.maven.org
fails.
What I want to happen is when a company artifact is not in the local
repository, I want artifactory to return a 404 error Immediately with no
requests to other repositories.
What I did:
create 2 virtual repositories: "internal" and "external"
internal repository:
include **/myCompany/**
exclude <nothing>
external repository
include <nothing>
exclude **/myCompany/**
where the maven group IDs are like the following:
<groupId>myCompany.glb</groupId>
<groupId>myCompany.shp</groupId>
.... etc
In the virtual repositories list, "internal" is listed first. "external" is
lasted 2nd (and last)
is this an obscure bug? or a am I missing something fundamental with the
patterns and whildcards?
Thanks,
Jon.
--
View this message in context:
http://forums.jfrog.org/setting-up-virtual-repositories-tp6976511p6976511.html
Sent from the Artifactory - Users mailing list archive at Nabble.com.
------------------------------------------------------------------------------
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
_______________________________________________
Artifactory-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/artifactory-users