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