Hi,
I very new to Struts2 and Maven. I ran this command with version 2.0.9 on the 6th of May without a problem. mvn archetype:create -DgroupId=tutorial \ -DartifactId=tutorial \ -DarchetypeGroupId=org.apache.struts \ -DarchetypeArtifactId=struts2-archetype-starter \ -DarchetypeVersion=2.0.5-SNAPSHOT \ -DremoteRepositories=http://people.apache.org/repo/m2-snapshot-repository When I run it now I get an error. [INFO] ------------------------------------------------------------------------ [ERROR] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] : org.apache.maven.archetype.exception.ArchetypeGenerationFailure: Failed to generate project from the old archetype Failed to generate project from the old archetype I'm not sure if its a maven problem or a problem with the struts2-archetype-starter or something else. Maven version: 2.0.9 Java version: 1.5.0_13 OS name: "mac os x" version: "10.5.2" arch: "i386" Family: "unix" Any ideas are appreciated. - Glenn