Re: Maven 2.0 installation

2005-11-18 Thread Maria Odea Ching
You should create the project first by executing this command: mvn archetype:create -DgroupId=com.mycompany.app -DartifactId=my-app then cd to the created project (cd my_app) and execute: mvn compile Sean Hennessy wrote: mvn site cannot find the pom.xml "It requires a project, but the build

RE: Maven 2.0 installation

2005-11-18 Thread Sean Hennessy
mvn site cannot find the pom.xml "It requires a project, but the build is not using one." cd to your folder where the pom.xml resides and try again.. if you used my_app as the artifact-id then cd my_app mvn site -Original Message- From: HappyGoLucky [mailto:[EMAIL PROTECTED] Sent: Frid