Create Java project with Maven archetype tapir-extensions-archetype

tapir Extensions Archetype

Create a Java Project by archetype tapir-extensions-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DmoduleName="My-moduleName"   -DuseTapirExecution="My-useTapirExecution"   -DuseUnitTest="My-useUnitTest"   -DuseSelenium="My-useSelenium"   -DuseJUnit4="My-useJUnit4"   -DuseJUnit5="My-useJUnit5"   -DuseAllure1="My-useAllure1"   -DuseAllure2="My-useAllure2"   -DuseExcelReporting="My-useExcelReporting"   -DuseDataSource="My-useDataSource"   -DuseConditionalExecution="My-useConditionalExecution"   -DuseProductLineTesting="My-useProductLineTesting"   -DarchetypeGroupId="io.tapir-test"   -DarchetypeArtifactId="tapir-extensions-archetype"   -DarchetypeVersion="1.3.0"   -DinteractiveMode=false 

Required parameters for generate java project:

moduleName
validationRegex: [A-Z][A-Za-z0-9]+
useTapirExecution
validationRegex: ^(true|false)$
useUnitTest
validationRegex: ^(true|false)$
useSelenium
validationRegex: ^(true|false)$
useJUnit4
validationRegex: ^(true|false)$
useJUnit5
validationRegex: ^(true|false)$
useAllure1
validationRegex: ^(true|false)$
useAllure2
validationRegex: ^(true|false)$
useExcelReporting
validationRegex: ^(true|false)$
useDataSource
validationRegex: ^(true|false)$
useConditionalExecution
validationRegex: ^(true|false)$
useProductLineTesting
validationRegex: ^(true|false)$

Details about maven archetype tapir-extensions-archetype

License

License

MIT
GroupId

GroupId

io.tapir-test
ArtifactId

ArtifactId

tapir-extensions-archetype
Version

Version

1.3.0
Type

Type

maven-archetype
Description

Description

io.tapir-test:tapir-extensions-archetype
tapir Extensions Archetype
Project URL

Project URL

https://www.tapir-test.io
Project Organization

Project Organization

b+m Informatik AG

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=io.tapir-test -DarchetypeArtifactId=tapir-extensions-archetype -DarchetypeVersion=1.3.0 -DinteractiveMode=false

Dependencies

compile (3)

Group / Artifact Type Version
de.bmiag.tapir : tapir-bootstrap jar 3.6.2
org.springframework.boot : spring-boot-autoconfigure jar 1.5.14.RELEASE
org.springframework : spring-context jar

runtime (5)

Group / Artifact Type Version
org.apache.logging.log4j : log4j-core jar 2.7
org.apache.logging.log4j : log4j-slf4j-impl jar 2.7
org.apache.logging.log4j : log4j-jcl jar 2.7
org.apache.logging.log4j : log4j-1.2-api jar 2.7
org.apache.logging.log4j : log4j-jul jar 2.7

Project Modules

There are no modules declared in this project.