mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -Dversion="My-version" -DfullName="My-fullName" -DlongDescription="My-longDescription" -DprojectHomepage="My-projectHomepage" -DinceptionYear="My-inceptionYear" -DownerName="My-ownerName" -DarchetypeGroupId="ua.co.gravy.archetype" -DarchetypeArtifactId="single-project-with-junit-and-slf4j" -DarchetypeVersion="1.0.1" -DinteractiveMode=false
License |
License |
---|---|
GroupId | GroupIdua.co.gravy.archetype |
ArtifactId | ArtifactIdsingle-project-with-junit-and-slf4j |
Version | Version1.0.1 |
Type | Typemaven-archetype |
Description |
DescriptionSingle project with jUnit and slf4j
Create a single project with jUnit, Mockito and slf4j dependencies.
|
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=ua.co.gravy.archetype -DarchetypeArtifactId=single-project-with-junit-and-slf4j -DarchetypeVersion=1.0.1 -DinteractiveMode=false