Re: Creating local repository

2015-09-10 Thread Baptiste Mathus
Hi, You don't share the "local repository", it should be seen and actually have been called "cache". Search for tools called "Maven Repository Manager". The famous ones out there are Archiva, Artifactory & Nexus (in alphabetical order). Cheers 2015-09-05 5:07 GMT+02:00 Niraj Chaudhary

Creating local repository

2015-09-04 Thread George Karabotsos
Hello all, Let me start by admitting I am by no means a maven expert :). Now I have a need to create a local file-based repository to be used by maven when building my project. I need this because I have no net access from a set of VMs I and colleagues have to use . I was thinking of the

RE: Creating local repository

2015-09-04 Thread Michael.CTR.Tarullo
, 2015 10:27 AM To: users@maven.apache.org Subject: Creating local repository Hello all, Let me start by admitting I am by no means a maven expert :). Now I have a need to create a local file-based repository to be used by maven when building my project. I need this because I have no net access

Re: Creating local repository

2015-09-04 Thread Gail Stewart
How are you going to get the libraries you need to this server if you have no net access? I'm not sure if this would work, but one way might be to run the maven on a system with internet access so it populates the local repository in $HOME/.m2 Tar or zip that directory up and get it to your

RE: Creating local repository

2015-09-04 Thread Michael.CTR.Tarullo
inal Message- From: George Karabotsos [mailto:kara...@gmail.com] Sent: Friday, September 04, 2015 10:27 AM To: users@maven.apache.org Subject: Creating local repository Hello all, Let me start by admitting I am by no means a maven expert :). Now I have a need to create a local file-based reposi

Re: Creating local repository

2015-09-04 Thread George Karabotsos
Hi Gail, The problem is that the VM is not controlled by my organization--they are controlled by a third party. As such, they are not even within our intranet. I do have access to the master VM which has access to the internet to allow me to set it up. So what you and Michael mention, to get

Re: Creating local repository

2015-09-04 Thread George Karabotsos
hnical Center > (609)485-5294 > > > -Original Message- > From: George Karabotsos [mailto:kara...@gmail.com] > Sent: Friday, September 04, 2015 10:27 AM > To: users@maven.apache.org > Subject: Creating local repository > > Hello all, > > Let me star

Re: Creating local repository

2015-09-04 Thread Niraj Chaudhary
Hi George, We had tried this earlier in my company. The problem is you never know what is 'all' the artifacts. Challenges faced: 1.One developer adding a new third-party dependency required that the artifact should be present in all the local dev repos for proper compilation. 2.Repo grows in