RE: xml entities and maven 2

2005-04-13 Thread Maczka Michal
> -Original Message- > From: Brett Porter [mailto:[EMAIL PROTECTED] > Sent: Wednesday, April 13, 2005 8:53 AM > To: Maven Developers List > Subject: Re: xml entities and maven 2 > > > Jörg Schaible wrote: > > > > > > > mx

Re: xml entities and maven 2

2005-04-12 Thread Brett Porter
Jörg Schaible wrote: > > > mx4j > 2.1.1 > http://mx4j.sf.net > > > mx4j-jmx > > > > > I think we'd be more likely to allow something like: ${project.getDependency("mx4j").version} ... though I'm s

RE: xml entities and maven 2

2005-04-12 Thread Jörg Schaible
Hi Brett, Brett Porter wrote on Tuesday, April 12, 2005 11:20 PM: > Jörg Schaible wrote: > >> if I interpret these correct, you'll define for a company wide POM >> with the dependencyManagement tag any used dependency in all >> project? Due to multiple inheritance a parent POM of a >> multiprojec

Re: xml entities and maven 2

2005-04-12 Thread Brett Porter
Jörg Schaible wrote: >if I interpret these correct, you'll define for a company wide POM with the >dependencyManagement tag any used dependency in all project? Due to multiple >inheritance a parent POM of a multiproject can override the versions of >specific dependencies? > > I wouldn't call

RE: xml entities and maven 2

2005-04-12 Thread Jörg Schaible
Hi Brett, since we have the same concerns and problems as Julien ... Brett Porter wrote on Tuesday, April 12, 2005 9:56 AM: > [EMAIL PROTECTED] wrote: > >> * because we just don't want to add all the dependencies to the root >> project but only to the ones requiring them so the external entitie

Réf. : Re: xml entities and maven 2

2005-04-12 Thread julien . kirch
thanks much This message and any attachments (the "message") is intended solely for the addressees and is confidential. If you receive this message in error, please delete it and immediately notify the sender. Any use not in accord with its purpose, any dissemination or disclosure, either who

Re: xml entities and maven 2

2005-04-12 Thread Brett Porter
[EMAIL PROTECTED] wrote: >* because we just don't want to add all the dependencies to the root >project but only to the ones requiring them so the external entities permit >us to do it and to be sure to use consistent versions among projects > > has been introduced for this purpose. eg: http:/