Create Java project with Maven archetype junit-jersey-systemtest-archetype
Creates a new quickstart project to system test Jersey 2 Application with Testify, JUnit4, Mockito, and AssertJ.
Create a Java Project by archetype junit-jersey-systemtest-archetype with Command Line:
mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -DarchetypeGroupId="org.testifyproject.archetypes" -DarchetypeArtifactId="junit-jersey-systemtest-archetype" -DarchetypeVersion="0.9.2" -DinteractiveMode=false
Details about maven archetype junit-jersey-systemtest-archetype
GroupId |
GroupIdorg.testifyproject.archetypes |
ArtifactId |
ArtifactIdjunit-jersey-systemtest-archetype |
Version |
Version0.9.2 |
Type |
Typemaven-archetype |
How to add to project