Re: When using pom hierarchies where is the best place to add the distributionManagement bits?

2009-05-25 Thread Baptiste MATHUS
Sure, this is exactly what we do. You can put in the top pom the bits of configuration you want to be shared amongst all your projects (namely the reporting). Cheers. 2009/5/20 emerson cargnin echofloripa.y...@gmail.com What about report configuration, is that something you can add to your

Re: When using pom hierarchies where is the best place to add the distributionManagement bits?

2009-05-20 Thread emerson cargnin
What about report configuration, is that something you can add to your top parent pom? 2009/5/19 Baptiste MATHUS m...@batmat.net: Well, I'd say it totally depends on your organization. But I guess you could begin by putting the dependencies used very widely (e.g. commons-lang?) in your top

When using pom hierarchies where is the best place to add the distributionManagement bits?

2009-05-19 Thread emerson cargnin
Hi I have a few leves of hierarquies in our system. What is the suggested place to add the distributionManagement tag? For building I will use projects individually, so I will check out only the project without the parents. regards Emerson

Re: When using pom hierarchies where is the best place to add the distributionManagement bits?

2009-05-19 Thread Baptiste MATHUS
Well, I'd say it totally depends on your organization. But I guess you could begin by putting the dependencies used very widely (e.g. commons-lang?) in your top pom. About your second sentence, well I'm not sure I understand what you mean. I guess you know that the parent pom will indeed be