--- "Melvin Dave P. Vivas,MCOM/3795" <[EMAIL PROTECTED]> wrote: > Thanks for the information Matt. Anyway, I'll > probably do that for the > meantime. > > Just a follow-up question, how does maven.xml and > project.xml relate to > each other? Can I get a reference and call the > goals set in maven.xml > from project.xml?
project.xml defines project structure ( formal ) - maven.xm defines build logic (augmenting plugins ) You can not call anything from project.xml - it's not executed. regards, ===== ----[ Konstantin Pribluda ( ko5tik ) ]---------------- Zu Verst�rkung meines Teams suche ich ab Sofort einen Softwareentwickler[In] f�r die Festanstellung. Arbeitsort: Mainz Skills: Programieren, Kentnisse in OpenSource-Bereich ----[ http://www.pribluda.de ]------------------------ __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
