Re: maven2 : packaging options

2005-08-23 Thread Brett Porter
what do the modules do? A packging of POM is appropriate for pom-only (usually a parent element). - Brett On 8/16/05, Rizwan Merchant [EMAIL PROTECTED] wrote: Hi, I have a project with a number of sub-modules. I need to specify in some of the sub-modules that those modules should not be

Re: maven2 : packaging options

2005-08-23 Thread Chris Berry
Thanks Brett. That worked (after updating to the current HEAD from SVN nad building m2 from scratch). I now get the following:: [INFO] [antrun:run {execution: default}] [INFO] Executing tasks [INFO] Executed tasks Although note that I am NOT getting my Ant echo printed to System.out ??? Even if

Re: maven2 : packaging options

2005-08-23 Thread Chris Berry
Actually, it does work when using echo level=error. My mistake... I will add an optional parameter to AntRun that allows one to set echo level. I'll submit it back as a patch... Thanks, -- Chris On 8/23/05, Chris Berry [EMAIL PROTECTED] wrote: Thanks Brett. That worked (after updating to the

Re: maven2 : packaging options

2005-08-23 Thread Brett Porter
Thanks Chris. I filed this yesterday as I was doing my investigation so if you could attach it back to MNG-777 that'd be great. Cheers, Brett On 8/24/05, Chris Berry [EMAIL PROTECTED] wrote: Actually, it does work when using echo level=error. My mistake... I will add an optional parameter to

maven2 : packaging options

2005-08-15 Thread Rizwan Merchant
Hi, I have a project with a number of sub-modules. I need to specify in some of the sub-modules that those modules should not be jar-red. Basically, I want to call the m2 install command on the head project, but jar only some of the sub-modules. Is there an option for the packaging element that