mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -DarchetypeGroupId="org.testifyproject.archetypes" -DarchetypeArtifactId="junit-hk2-integrationtest-archetype" -DarchetypeVersion="1.0.0" -DinteractiveMode=false
License |
License |
---|---|
GroupId | GroupIdorg.testifyproject.archetypes |
ArtifactId | ArtifactIdjunit-hk2-integrationtest-archetype |
Version | Version1.0.0 |
Type | Typemaven-archetype |
Description |
DescriptionTestify Project JUnit4 HK2 Integration Test Archetype
Creates a new quickstart project to integration test HK2 modules and services with Testify, JUnit4, Mockito, and AssertJ.
|
Project Organization |
Project OrganizationSharmarke Aden |
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=org.testifyproject.archetypes -DarchetypeArtifactId=junit-hk2-integrationtest-archetype -DarchetypeVersion=1.0.0 -DinteractiveMode=false
Group / Artifact | Type | Version |
---|---|---|
org.assertj : assertj-core | jar | 3.8.0 |
org.testifyproject.tools : test-logger | jar | 1.0.2 |