MVN

com.fitbur.testify.archetype : archetype-junit-springboot-systemtest

Maven & Gradle

Feb 18, 2016

Creates a new quickstart project to system test Spring Boot application with Testify, JUnit, Mockito, and AssertJ.

mvn archetype:generate -DarchetypeGroupId=com.fitbur.testify.archetype -DarchetypeArtifactId=archetype-junit-springboot-systemtest -DarchetypeVersion=0.1.3
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.fitbur.testify.archetype : archetype-junit-springboot-systemtest to generate a Maven project - Latest Versions:

  • Latest Stable: 0.1.3

All Versions

Choose a version of com.fitbur.testify.archetype : archetype-junit-springboot-systemtest to generate a Maven project - All Versions:

Version Vulnerabilities Updated
0.1.x
archetype-junit-springboot-systemtest-0.1.3

How to generate a maven project from archetype

Instead of manually creating the directory structure needed for an archetype, simply use:

mvn archetype:generate -DarchetypeGroupId=com.fitbur.testify.archetype -DarchetypeArtifactId=archetype-junit-springboot-systemtest -DarchetypeVersion=0.1.3