Hi, I tried to follow the guide at http://maven.apache.org/guides/mini/guide-ide-eclipse.html for multiple module project, but running:
mvn archetype:create -DgroupId=guide.ide.eclipse -DartifactId=guide-ide-eclipse results in: [INFO] Searching repository for plugin with prefix: 'archetype'. [INFO] --------------------------------------------------------------------- --- [ERROR] BUILD FAILURE [INFO] --------------------------------------------------------------------- --- [INFO] Invalid task 'guide.ide.eclipse:': you must specify a valid lifecycle phase, or a goal in the format plugin:goal or pluginGroupId:pluginArtifactId:pluginVersion:goal [INFO] --------------------------------------------------------------------- --- [INFO] For more information, run Maven with the -e switch [INFO] --------------------------------------------------------------------- --- [INFO] Total time: < 1 second [INFO] Finished at: Thu Aug 10 13:53:25 CEST 2006 [INFO] Final Memory: 1M/4M [INFO] --------------------------------------------------------------------- --- Is the guide correct or I miss something? Thanks, Jan --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
