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 name=cc-build
attainGoal name=dist/
  /goal  
/project

-- 
View this message in context: 
http://www.nabble.com/Default-target-dist-does-not-exist.-tp19394851p19394851.html
Sent from the Maven - Users mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Default target

2006-11-23 Thread franz see

Good day to you, Allan,

That depends on the plugin. If a plugin  your using decides to put
everything in the target directory of your parent, then the output will be
there. If it decides to have the output in the modules individual targets,
then they will be there.

Cheers,
Franz


Allan Valeriano wrote:
 
 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
 
 

-- 
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 commands, e-mail: [EMAIL PROTECTED]



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
dependencies etc.

Wayne

On 11/22/06, Allan Valeriano [EMAIL PROTECTED] wrote:

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




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 yourself...

Anyways, Maven uses a target directory per module. And then the
packaged modules are included in the parent package according to
dependencies etc.

Wayne

On 11/22/06, Allan Valeriano [EMAIL PROTECTED] wrote:
 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



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]