Re: [m2] is maven.xml still used

2005-10-17 Thread Arik Kfir
I see your point - perhaps someone in the maven team would pick it up and update the documentation. On 10/17/05, Xavier Toth <[EMAIL PROTECTED]> wrote: > Ok, so the "Getting Started" page should say "Custom goals are written as > plugins." since other like myself have no m1 experience ;). > > On 1

Re: [m2] is maven.xml still used

2005-10-17 Thread Xavier Toth
Ok, so the "Getting Started" page should say "Custom goals are written as plugins." since other like myself have no m1 experience ;). On 10/17/05, Arik Kfir <[EMAIL PROTECTED]> wrote: > > Hi Xavier! > > Actually it is written - see > http://maven.apache.org/maven2/maven1.html, which summarizes the

Re: [m2] is maven.xml still used

2005-10-17 Thread Arik Kfir
Hi Xavier! Actually it is written - see http://maven.apache.org/maven2/maven1.html, which summarizes the changes between m1 and m2. The the first section -"What's Changed?" - says: (quote) * No more maven.xml - Plugins are now easier to build and integrate, and are the only way to script your

Re: [m2] is maven.xml still used

2005-10-17 Thread Xavier Toth
Thanks that's what I was beginning to think after have looked thru the maven 2 site. Maybe I missed it but I didn't see anywhere on the site what you've said "m2 doesn't use maven.xml anymore. Custom goals should be written as plugins from now on." This seem like such a fundamental thing that is wo

Re: [m2] is maven.xml still used

2005-10-17 Thread Arik Kfir
Hi Xavier, Are you looking at "http://maven.apache.org"; or "http://maven.apache.org/maven2";? Moreover - m2 doesn't use maven.xml anymore. Custom goals should be written as plugins from now on. See "http://maven.apache.org/maven2"; for more information about that (see http://maven.apache.org/mav

[m2] is maven.xml still used

2005-10-17 Thread Xavier Toth
I've jumped right in to m2 but most of the docs are for version 1. I've added a goal ( a simple echo ) to maven.xml that I created in the same directory as pom.xml but I don't see the message whem I run m2. Is maven.xmlthe proper place to put my goals? How do I execute my goals? Some simple m2 exam