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