Re: Dependency overriding.

2010-12-03 Thread Jörg Schaible
Hi Laird, Laird Nelson wrote: > On Fri, Dec 3, 2010 at 9:36 AM, Yanko, Curtis wrote: > >> We only declare dependencies as items in our >> Parent POMs and then declare *versionless* dependencies in each app so >> they are explicit and comprehensible without having to go look somewhere >> else (

Re: Dependency overriding.

2010-12-03 Thread Ron Wheeler
On 03/12/2010 11:12 AM, Laird Nelson wrote: On Fri, Dec 3, 2010 at 9:36 AM, Yanko, Curtis wrote: We only declare dependencies as items in our Parent POMs and then declare *versionless* dependencies in each app so they are explicit and comprehensible without having to go look somewhere else (

Re: Dependency overriding.

2010-12-03 Thread Laird Nelson
On Fri, Dec 3, 2010 at 9:36 AM, Yanko, Curtis wrote: > We only declare dependencies as items in our > Parent POMs and then declare *versionless* dependencies in each app so > they are explicit and comprehensible without having to go look somewhere > else (except for versioning which is all in on

RE: Dependency overriding.

2010-12-03 Thread Yanko, Curtis
build at a time, 600 times a day > -Original Message- > From: asdas adasads [mailto:zestriddle123...@gmail.com] > Sent: Thursday, December 02, 2010 7:14 PM > To: Maven Users List > Subject: Dependency overriding. > > Hi, > > My project has two pom&#x

Re: Dependency overriding.

2010-12-03 Thread Anders Hammar
FIrst, don't use the name "super pom". In the Maven world, there is one pom called the super pom and it is the pom all other poms inherits implicitly. It's part of Maven core. DOn't use that name for anything else as it will cause confusion. What you have is a parent pom. Regarding your question.

Re: Dependency overriding.

2010-12-02 Thread per-henrik hedman
Hi John, there is such a thing as dependency exclusions, that might help you in this: http://maven.apache.org/guides/introduction/introduction-to-optional-and-excludes-dependencies.html cheers, Phh On Fri, Dec 3, 2010 at 1:14 AM, asdas adasads wrote: > Hi, > >    My project has two pom's. One is

Dependency overriding.

2010-12-02 Thread asdas adasads
Hi, My project has two pom's. One is a called a super pom and contains basic configuration for the whole project. Second pom declares "super pom" as its parent. In super pom you can find these dependency: org.slf4j slf4j-log4j12 1.5.6