mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -DgroupId="My-groupId" -DartifactId="My-artifactId" -DcreationDate="My-creationDate" -DarchetypeGroupId="it.tidalwave.northernwind" -DarchetypeArtifactId="simple-site1-step1-archetype" -DarchetypeVersion="1.1" -DinteractiveMode=false
| Группа | Группаit.tidalwave.northernwind |
|---|---|
| Идентификатор | Идентификаторsimple-site1-step1-archetype |
| Версия | Версия1.1 |
| Тип | Типmaven-archetype |
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=it.tidalwave.northernwind -DarchetypeArtifactId=simple-site1-step1-archetype -DarchetypeVersion=1.1 -DinteractiveMode=false