problem in creating documentation

2006-06-22 Thread Nidhi Goyal, Noida
Hi, When I run the command to create documentation I'm getting the following errors.Please guide me. C:\Documents and Settings\gnidhi\my-app>mvn archetype:create -DgroupId=com.mycompany.app -DartifactId=my-app -DarchetypeGroupId=org.apache.maven.archetypes -DarchetypeArtifactId=maven-archetype

Re: problem in creating documentation

2006-06-22 Thread Tim Kettler
Hi, you have to run the command one directory level up. -Tim Nidhi Goyal, Noida schrieb: Hi, When I run the command to create documentation I'm getting the following errors.Please guide me. C:\Documents and Settings\gnidhi\my-app>mvn archetype:create -DgroupId=com.mycompany.app -DartifactI

Re: problem in creating documentation

2006-06-22 Thread Tim Kettler
Running the command from one dir-level up will probably lead to another error (see [1]). The Workaround is to change the artifactId parameter to an other value (for example -DartifactId=my-app-site) to create a new project for the site example. -Tim [1] http://jira.codehaus.org/browse/MNG-2230