Re: How do I make my first Maven project

2005-11-02 Thread Edwin Punzalan
That should work. I tried it on my machine and it works. Hmmm Maybe something went wrong during installation? Balaji K M wrote: Hi, After successful installation of Maven in the system. I followed the instruction given in the “How do I make my first Maven project”, then when I typed

Re: How do I make my first Maven project

2005-11-02 Thread Wendy Smoak
On 11/2/05, Wendy Smoak <[EMAIL PROTECTED]> wrote: > You need to cd into the 'my-app' directory that Maven created for you, > then run 'mvn compile' form there. Sorry... I thought this was the usual problem *after* archetype:create, when you try 'mvn compile' without changing into the newly creat

Re: How do I make my first Maven project

2005-11-02 Thread Wendy Smoak
On 11/2/05, Balaji K M <[EMAIL PROTECTED]> wrote: > > > I followed the instruction given in the "How do I make my first Maven > project", then when I typed the following command > > mvn archetype:create -DgroupId=com.mycompany.app -DartifactId=my-app &g

How do I make my first Maven project

2005-11-02 Thread Balaji K M
Hi,       After successful installation of Maven in the system.       I followed the instruction given in the “How do I make my first Maven project”, then when I typed the following command mvn archetype:create -DgroupId=com.mycompany.app -DartifactId=my-app     I am