Create Java project with Maven archetype single-project-with-junit-and-slf4j

Create a single project with jUnit, Mockito and slf4j dependencies.

Create a Java Project by archetype single-project-with-junit-and-slf4j with Command Line:

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 

Required parameters for generate java project:

version
validationRegex: none
fullName
validationRegex: none
longDescription
validationRegex: none
projectHomepage
validationRegex: none
inceptionYear
validationRegex: [\d]{4}
ownerName
validationRegex: none

Details about maven archetype single-project-with-junit-and-slf4j

License

License

GroupId

GroupId

ua.co.gravy.archetype
ArtifactId

ArtifactId

single-project-with-junit-and-slf4j
Version

Version

1.0.1
Type

Type

maven-archetype
Description

Description

Single project with jUnit and slf4j
Create a single project with jUnit, Mockito and slf4j dependencies.

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.