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