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