Создать Java проект на основе Maven архетипа junit-hk2-integrationtest-archetype
Creates a new quickstart project to integration test HK2 modules and services with Testify, JUnit4, Mockito, and AssertJ.
Консольная команда для создания Java-проекта на основе архетипа junit-hk2-integrationtest-archetype:
mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -DarchetypeGroupId="org.testifyproject.archetypes" -DarchetypeArtifactId="junit-hk2-integrationtest-archetype" -DarchetypeVersion="0.9.2" -DinteractiveMode=false
Подробная информация об архетипе junit-hk2-integrationtest-archetype
| Группа |
Группаorg.testifyproject.archetypes |
| Идентификатор |
Идентификаторjunit-hk2-integrationtest-archetype |
| Версия |
Версия0.9.2 |
| Тип |
Типmaven-archetype |
Как подключить последнюю версию