mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -DgroupId="My-groupId" -DartifactId="My-artifactId" -Dpackage="My-package" -Dversion="My-version" -DarchetypeGroupId="com.fitbur.testify.archetype" -DarchetypeArtifactId="archetype-junit-unittest" -DarchetypeVersion="0.1.3" -DinteractiveMode=false
| License |
License |
|---|---|
| GroupId | GroupIdcom.fitbur.testify.archetype |
| ArtifactId | ArtifactIdarchetype-junit-unittest |
| Version | Version0.1.3 |
| Type | Typemaven-archetype |
| Description |
DescriptionCreates a new quickstart project to unit test Java code with Testify, JUnit, Mockito, and AssertJ.
|
| Project Organization |
Project OrganizationSharmarke Aden |
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=com.fitbur.testify.archetype -DarchetypeArtifactId=archetype-junit-unittest -DarchetypeVersion=0.1.3 -DinteractiveMode=false