mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -DarchetypeGroupId="io.github.davidwhitlock.cs410J" -DarchetypeArtifactId="airline-archetype" -DarchetypeVersion="2021.0.0" -DinteractiveMode=false
| Группа | Группаio.github.davidwhitlock.cs410J |
|---|---|
| Идентификатор | Идентификаторairline-archetype |
| Версия | Версия2021.0.0 |
| Тип | Типmaven-archetype |
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=io.github.davidwhitlock.cs410J -DarchetypeArtifactId=airline-archetype -DarchetypeVersion=2021.0.0 -DinteractiveMode=false