So we have app1 and it has a property like, db.username. App2 needs to connect to the same database, but doesn't share a parent.
For example, app1 loads data into a db, app2 displays said data via a website. There is no common/shared code other than the data access layer. How would you do a "grand parent" type dependency? -----Original Message----- From: Olivier Dehon [mailto:[EMAIL PROTECTED] Sent: Friday, March 07, 2008 4:50 PM To: Maven Users List Subject: Re: sharing properties between modules Maybe they can share a grand-parent? If they share properties, they are surely related somehow, no? -Olivier On Fri, 2008-03-07 at 16:50 -0500, EJ Ciramella wrote: > How are people sharing common (truly) properties between two detached > modules. > > Example, module A and module B need foo=bar. It's imperative that both > modules have the same resolution yet they don't share a parent. > > How do you put foo=bar in one place and see to it that both get it > resolved (without putting it in settings.xml etc). --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
