Default target dist does not exist.

2008-09-09 Thread muddushafi
I have this Maven.xml file. It shows eroors in Eclipse as Default target does not exist. What does this mean. How could I eliminate it. project default=dist xmlns:m=jelly:maven goal name=dist attainGoal name=jar:install / /goal !-- This goal is called by CruiseControl. -- goal

Re: Default target

2006-11-23 Thread franz see
-- View this message in context: http://www.nabble.com/Default-target-tf2685008s177.html#a7517286 Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Default target

2006-11-22 Thread Allan Valeriano
Hi, I'd like to know if, on a multi-module project, maven uses a target directory for each module separately or if it has just one target directory for the parent project and all the modules save their class files on this default directory. thanks in advance Allan Valeriano

Re: Default target

2006-11-22 Thread Wayne Fay
Any particular reason you didn't just make a multi-module project and find out for yourself? This is one of those things you can very easily do for yourself... Anyways, Maven uses a target directory per module. And then the packaged modules are included in the parent package according to

Re: Default target

2006-11-22 Thread Allan Valeriano
I did, but I got confused if they were from maven or eclipse. Thanks for the help Allan Valeriano On 11/22/06, Wayne Fay [EMAIL PROTECTED] wrote: Any particular reason you didn't just make a multi-module project and find out for yourself? This is one of those things you can very easily do for