If you had m2 installed on your machine just type

m2 archetype:create -DgroupId=com.mycompany.app -DartifactId=my-webapp
-DarchetypeArtifactId=maven-archetype-webapp

and maven will generate webapplication for you. Or 

m2 archetype:create -DgroupId=com.mycompany.app -DartifactId=my-app

and you'll get simple java application.

On 5/31/05, Ben Gill <[EMAIL PROTECTED]> wrote:
> Hi
> 
> I am looking for a simple example maven 2 project, with a couple of
> java sources, that gets compiled / jar'd / war'd..   with a few files
> copied around etc..  as a quickstart to get me up and running...
> 
> I could not see anything like this?  or can anyone send in a snippet?
> 
> Thanks
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 


-- 
anatol

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

Reply via email to