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 builds. (Note that additions may later be made to the POM to allow simple things that scripting was used for, such as goal aliasing). * No more Jelly - Plugins are primarily written in Java, though there are providers for other scripting languages. cheers, Arik. On 10/17/05, Xavier Toth <[EMAIL PROTECTED]> wrote: > 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 would > be in bold on the getting started page. > > Xavier > > On 10/17/05, Arik Kfir <[EMAIL PROTECTED]> wrote: > > > > 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/maven2/maven1.html for info about the changes > > from m1 to m2). > > > > Cheers, > > Arik. > > > > On 10/17/05, Xavier Toth <[EMAIL PROTECTED]> wrote: > > > 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 > > > examples would be of great help to me right now. > > > > > > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
