Create project from maven archetype via Apache Ivy
问题 If you want to create project with a Maven archetype you type mvn archetype:generate -DarchetypeGroupId=... -DarchetypeArtifactId=... \ -DarchetypeVersion=... -DgroupId=... -DartifactId=... \ -Dversion=... How this line would change if you are using Ivy? 回答1: ivy is not a drop in replacement for maven, it's a dependency manager for ant. If you want to use archetypes ivy won't be of any help 回答2: Since Ant + Ivy is all about configuration and flexibility, since this combo doesn't rely on