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

Creates a custom TrueVFS Profile which bundles all selected TrueVFS modules for ease of use with and without Maven.

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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -Dscala-version="My-scala-version"   -Dtruecommons-version="My-truecommons-version"   -Dtruevfs-version="My-truevfs-version"   -DarchetypeGroupId="net.java.truevfs"   -DarchetypeArtifactId="truevfs-archetype-profile"   -DarchetypeVersion="0.10.8"   -DinteractiveMode=false 

Обязательные параметры для создания java проекта:

scala-version
validationRegex: нет
truecommons-version
validationRegex: нет
truevfs-version
validationRegex: нет

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

Группа

Группа

net.java.truevfs
Идентификатор

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

truevfs-archetype-profile
Версия

Версия

0.10.8
Тип

Тип

maven-archetype

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

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=net.java.truevfs -DarchetypeArtifactId=truevfs-archetype-profile -DarchetypeVersion=0.10.8 -DinteractiveMode=false