Pom files organization / best practice

2012-04-03 Thread Bata Degen
Hi list, I have set up a Java Enterprise project with Maven in Netbeans. The pom.xml files are organized hierarchically. I have poms for the entire project, for the ejb, the web and the assembly (ear) part of the project. I don't know in which of these many pom files to place my repository

Re: Pom files organization / best practice

2012-04-03 Thread Bata Degen
On 04/03/2012 01:02 PM, Stephen Connolly wrote: best practice is *never* to putrepository in your pom. best practice is to run a Maven Repository Manager (there are 3 good ones: [in alphabetical order] archivia, artifactory, nexus) best practice is to have those present a virtual repository

Re: Pom files organization / best practice

2012-04-03 Thread Bata Degen
On 04/03/2012 01:05 PM, Ansgar Konermann wrote: I don't know in which of these many pom files to place myrepository elements. Nowhere in your poms. Use a repository manager, configure the repositories you would like to use as proxy repositories in the repo manager and set the repo mgr as