mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -Dscala-version="My-scala-version" -Dtruecommons-version="My-truecommons-version" -Dtruevfs-version="My-truevfs-version" -DarchetypeGroupId="net.java.truevfs" -DarchetypeArtifactId="truevfs-archetype-profile" -DarchetypeVersion="0.11.0" -DinteractiveMode=false
| Группа | Группаnet.java.truevfs |
|---|---|
| Идентификатор | Идентификаторtruevfs-archetype-profile |
| Версия | Версия0.11.0 |
| Тип | Типmaven-archetype |
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=net.java.truevfs -DarchetypeArtifactId=truevfs-archetype-profile -DarchetypeVersion=0.11.0 -DinteractiveMode=false