Create Java project with Maven archetype carina-archetype

Carina Archetype

Create a Java Project by archetype carina-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -Dselenium_url="My-selenium_url"   -Dname="My-name"   -Durl="My-url"   -Ddemo="My-demo"   -DarchetypeGroupId="com.qaprosoft"   -DarchetypeArtifactId="carina-archetype"   -DarchetypeVersion="7.4.21"   -DinteractiveMode=false 

Required parameters for generate java project:

selenium_url
validationRegex: none
name
validationRegex: none
url
validationRegex: none
demo
validationRegex: none

Details about maven archetype carina-archetype

License

License

GroupId

GroupId

com.qaprosoft
ArtifactId

ArtifactId

carina-archetype
Version

Version

7.4.21
Type

Type

maven-archetype
Description

Description

carina-archetype
Carina Archetype
Project URL

Project URL

https://zebrunner.com
Source Code Management

Source Code Management

https://github.com/zebrunner/carina.git

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.qaprosoft -DarchetypeArtifactId=carina-archetype -DarchetypeVersion=7.4.21 -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.