Создать Java проект на основе Maven архетипа truezip-archetype-file

TrueZIP File* module application - requires JSE 6.

Консольная команда для создания Java-проекта на основе архетипа truezip-archetype-file:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="de.schlichtherle.truezip"   -DarchetypeArtifactId="truezip-archetype-file"   -DarchetypeVersion="7.5"   -DinteractiveMode=false 

Подробная информация об архетипе truezip-archetype-file

Группа

Группа

de.schlichtherle.truezip
Идентификатор

Идентификатор

truezip-archetype-file
Версия

Версия

7.5
Тип

Тип

maven-archetype

Как подключить последнюю версию

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=de.schlichtherle.truezip -DarchetypeArtifactId=truezip-archetype-file -DarchetypeVersion=7.5 -DinteractiveMode=false