it is an alternative, but most Maven developers discourage their use for reasons of clarity, instead recommending the use of inheritence.
- Brett On Tue, 28 Dec 2004 10:56:00 +0100, Bent Andr� Solheim <[EMAIL PROTECTED]> wrote: > Hi, > > as an alternative to Brett's suggestion, you can use XML entities to > achieve the same thing. I've used it in some of my projects, and it > has proven to be a real timesaver. > > See http://jroller.org/page/bsnyder/Weblog/20041018 for more > information. The example shows how to externalize version numbers from > the pom, but you can use the same technique to externalize entire > groups of dependency-tags. > > Hope this helps, > Best regards, > Bent > > > On Tue, 28 Dec 2004 10:16:34 +1100, Brett Porter <[EMAIL PROTECTED]> wrote: > > yes :) > > > > Look at the <extend/> element in the project.xml file. > > > > - Brett > > > > On Mon, 27 Dec 2004 20:10:18 -0300 (ART), Jo�o Paulo Batistella > > <[EMAIL PROTECTED]> wrote: > > > Hello! > > > > > > I have a project composed of web applications and EJB components. I would > > > like to have my EJB projects sharing some common information like > > > dependencies. Is it possible to do that? > > > > > > I was wondering about structuring my application like the following tree: > > > > > > - MyApplication > > > + WebApp > > > - MyEJBs > > > + MyFirstEJB > > > + MySecondEJB > > > > > > Is it possible to have a project template in MyEJBs folder, with all > > > dependencies and a specialized project definition in each EJB folder? > > > > > > Thanks, > > > Jo�o Paulo. > > > > > > > > > --------------------------------- > > > Yahoo! Acesso Gr�tis - Internet r�pida e gr�tis. Instale o discador do > > > Yahoo! agora. > > > > > > > --------------------------------------------------------------------- > > 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]
