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