Create Java project with Maven archetype junit-unittest-archetype

Creates a new quickstart project to unit test Java code with Testify, JUnit4, Mockito, and AssertJ.

Create a Java Project by archetype junit-unittest-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="org.testifyproject.archetypes"   -DarchetypeArtifactId="junit-unittest-archetype"   -DarchetypeVersion="1.0.0"   -DinteractiveMode=false 

Details about maven archetype junit-unittest-archetype

License

License

GroupId

GroupId

org.testifyproject.archetypes
ArtifactId

ArtifactId

junit-unittest-archetype
Version

Version

1.0.0
Type

Type

maven-archetype
Description

Description

Testify Project JUnit4 Unit Test Archetype
Creates a new quickstart project to unit test Java code with Testify, JUnit4, Mockito, and AssertJ.
Project Organization

Project Organization

Sharmarke Aden

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.testifyproject.archetypes -DarchetypeArtifactId=junit-unittest-archetype -DarchetypeVersion=1.0.0 -DinteractiveMode=false

Dependencies

test (2)

Group / Artifact Type Version
org.assertj : assertj-core jar 3.8.0
org.testifyproject.tools : test-logger jar 1.0.2

Project Modules

There are no modules declared in this project.