Maven for PHP无法找到合适的原型

I try to create a new php project with maven by using this command mvn archetype:generate , but it won't find the mavenphp achetype, instead it gives me a list of a lot of archetypes. I configured my settings.xml with the info provided here http://www.php-maven.org/prepare.html but it still does not work. Any ideas?

Thanks in advance

related to your previous comments:

mvn archetype:generate -DarchetypeArtifactId=php5-zend-archetype

This assumes that the archetype version 1.0.0 is used. However this archetype version is not present. Use the following:

mvn archetype:generate -DarchetypeArtifactId=php5-zend-archetype -DarchetypeVersion=2.0.0 -DarchetypeGroupId=org.phpmaven