I understand this fine and well, but when we have developers sitting
down for the first time to do something via maven, in the ant world,
they'd type, "ant -projecthelp", or just "ant".

I understand that maven has a default set of lifecycle plugins
(compile/test/install/deploy/etc).  But I know people won't like the
fact that they'll have to ask or resort to an internal wiki to find out
how to build up a deployable package. 

-----Original Message-----
From: Tom Joad [mailto:[EMAIL PROTECTED] 
Sent: Thursday, April 06, 2006 1:03 PM
To: Maven Users List
Subject: Re: Maven 2 guide for ant users

Ok ,
Maven 2.0.x brings abstraction on building process compared to ant.
where ant deals with target maven does it with plugins.
For example resources to copy are explicitely copy for ant . maven
achieves it by plugin
resource.
If you are an experienced ant user , with a little practice of maven
you can make yourself
analogy between targets and some maven plugin:goals.
I don't know if it can help but that what i did.
Tom.




2006/4/6, EJ Ciramella <[EMAIL PROTECTED]>:
> This isn't what I'm looking for.
>
> What I'm looking for is something that has things like
>
> Ant target = maven goal
> Ant task = maven ??
>
> Ant -projecthelp = mvn ??
>
>
> -----Original Message-----
> From: Tom Joad [mailto:[EMAIL PROTECTED]
> Sent: Thursday, April 06, 2006 12:48 PM
> To: Maven Users List
> Subject: Re: Maven 2 guide for ant users
>
> Hello,
> Please see http://maven.apache.org/ant-tasks.html
> it  is a bit thin but very helpful.
> Tom.
>
> 2006/4/6, EJ Ciramella <[EMAIL PROTECTED]>:
> > Is there anything like this?  I'm very used to typing "ant
> -projecthelp"
> > and seeing a list of targets an descriptions.
> >
> > I'm trying to learn some maven stuffs (we may be switching soon).
> >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubIn [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

---------------------------------------------------------------------
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]

Reply via email to