On Jan 9, 2008 3:58 PM, Brewster, Richard <[EMAIL PROTECTED]> wrote: > We have set up Artifactory at our company and the only references in > <repositories> refer to Artifactory. Yet Maven seems to go around > Artificatory for some artifacts. When building up a clean, empty local > repository, some artifacts are found that are not cached in Artifactory. > How can this be happening? Some examples:
Your dependencies can introduce additional repositories to your build. Consider using mirrors, and <mirrorOf>*</mirrorOf> to catch any extra repositories that might show up. Also, some things (like 'mvn archetype:create') do not "see" your settings file unless there is a pom.xml file present. -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
