Re: [m2] Need some direction for my first Maven steps

2005-12-05 Thread Alexandre Poitras
Also, you should take a look at Maven-Proxy. This way the jars will be downloaded one time for the whole enterprise instead of being downloaded for every single developpers. I have set Maven Proxy and my corporation central repository at the same location to avoid having Maven looking on central

Re: [m2] Need some direction for my first Maven steps

2005-12-03 Thread Eric Redmond
Yes, you can live with an HTTP server for the central repository. I have no answer for your central question. The parent pom with your defaults just needs to be available to your descendant poms. You can define its location using relativePath if you wish. src/main/resources/META-INF/ is not

[m2] Need some direction for my first Maven steps

2005-12-01 Thread Stefan Fritz
Hi, I read the getting started guide on the Maven website and searched through the mail archives but I still have no die how to achieve what I'm looking for: What I'd like to do: - Create a central Maven repository in our company. - Have a Super POM which includes our