mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -Dversion="My-version" -DprojectName="My-projectName" -DorganizationName="My-organizationName" -DcopyrightStartYear="My-copyrightStartYear" -DintellijCodeStyleUrl="My-intellijCodeStyleUrl" -DintellijInspectionProfileUrl="My-intellijInspectionProfileUrl" -DarchetypeGroupId="com.github.gantsign.maven.archetypes" -DarchetypeArtifactId="java-library-maven-archetype" -DarchetypeVersion="4.2.2" -DinteractiveMode=false
| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.gantsign.maven.archetypes |
| Идентификатор | Идентификаторjava-library-maven-archetype |
| Версия | Версия4.2.2 |
| Тип | Типmaven-archetype |
| Описание |
ОписаниеJava Library Maven Archetype
Maven archetype for building Java libraries
|
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=com.github.gantsign.maven.archetypes -DarchetypeArtifactId=java-library-maven-archetype -DarchetypeVersion=4.2.2 -DinteractiveMode=false