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]

Reply via email to