When you say "make available", it only makes available in the sense that if you ask to use it, it will be used. They are not added to the classpath of your application unless they are a dependency in project.xml.
I can't think of a way to do this, but I've never considered this a major failing myself. - Brett On Wed, 25 Aug 2004 15:35:43 -0400, Courtney, Craig <[EMAIL PROTECTED]> wrote: > I've set up a test install of maven but unfortunatley maven seems to require an > incredible amount of items be in the repository just for it to work. This is > slightly annoying but would be workable if it didn't automagically make all of these > maven dependencies available to my projects build process. In my case I want our > build tool to access a controlled repository where projects should not have access > to anything on ibiblio. I started to copy down only the things maven needs to run > in my local repository, but this basically is the same result as now all of these > projects are now available for use in my projects. > > Is there any way to tell maven itself to use a different repository and cache from > my build processes? It seems to be a major failing of a build tool to force me to > cross polute my build process with that of mavens itself. > > Thanks, > Craig > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]