mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -DgroupId="My-groupId" -DartifactId="My-artifactId" -Dversion="My-version" -Dpackage="My-package" -DcontextRoot="My-contextRoot" -Drepository="My-repository" -Ddescription="My-description" -DarchetypeGroupId="edu.byu.hbll" -DarchetypeArtifactId="java-web-project" -DarchetypeVersion="1.5.1" -DinteractiveMode=false
| Группа | Группаedu.byu.hbll |
|---|---|
| Идентификатор | Идентификаторjava-web-project |
| Версия | Версия1.5.1 |
| Тип | Типmaven-archetype |
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=edu.byu.hbll -DarchetypeArtifactId=java-web-project -DarchetypeVersion=1.5.1 -DinteractiveMode=false