Hello I just didn't know it was possible, are you sure this is supported since i didn't find it anywhere
Max -----Original Message----- From: Maczka Michal [mailto:[EMAIL PROTECTED] Sent: Friday, May 28, 2004 12:22 PM To: 'Maven Users List' Subject: RE: About Dependencies > -----Original Message----- > From: Amato Massimiliano (TLAB) > [mailto:[EMAIL PROTECTED] > Sent: Friday, May 28, 2004 9:45 AM > To: Maven Users List > Subject: RE: About Dependencies > > > Hi Yagmur, > > We have the same problem as you since we have a centralized > Maven configuration and we are behind a firewall and the > password is forced to be changed every 15 days so we didn't > want to give Maven internet access from the workstation. > > Our solution was to update the maven.jar, we replaced the > remote repo from ibiblio to a local disk, and then I do the > upload from the net to the central repo. > > This way you'll have to download the needed lib to the > computer with internet access and the computer with maven > will download them directly from it > > Max Amato: Why did you have to "update" maven.jar? Isn't it just sufficient to edit your ${user.home}/build.properties file and put there the url of your remote repo? You can even access remote repo using file protocol is you want. Yagmur: > I wonder if there is some way to say maven that it should not download the dependencies, since i will do the downloads manually. Maven will download dependencies only if they are not existing in your local repository. Once you have you local repository populated and all required jars are in it everything should work fine and no remote repository is needed. Population of local repository by the way of fetching artifacts from remote repository(ies) is the simplest way of doing that. But you can populate it manually or even check it out from CVS. Even if you are behind the firewall and you have no internet access you can often still use intranet repository which can be shared by many users. Michal --------------------------------------------------------------------- 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]
