Create Java project with Maven archetype kibbutz-plugin-archetype

Archetype used to generate Testsigma SDK Plugin

Create a Java Project by archetype kibbutz-plugin-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -Dapp-path="My-app-path"   -Dtestsigma-sdk-api-key="My-testsigma-sdk-api-key"   -DarchetypeGroupId="com.testsigma"   -DarchetypeArtifactId="kibbutz-plugin-archetype"   -DarchetypeVersion="1.0.1"   -DinteractiveMode=false 

Required parameters for generate java project:

app-path
validationRegex: none
testsigma-sdk-api-key
validationRegex: none

Details about maven archetype kibbutz-plugin-archetype

License

License

GroupId

GroupId

com.testsigma
ArtifactId

ArtifactId

kibbutz-plugin-archetype
Version

Version

1.0.1
Type

Type

maven-archetype
Description

Description

kibbutz-plugin-archetype
Archetype used to generate Testsigma SDK Plugin
Project URL

Project URL

https://github.com/TestsigmaInc/kibbutz-addon-archetype
Project Organization

Project Organization

Testsigma Technologies Inc
Source Code Management

Source Code Management

https://github.com/TestsigmaInc/kibbutz-addon-archetype/tree/master

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.testsigma -DarchetypeArtifactId=kibbutz-plugin-archetype -DarchetypeVersion=1.0.1 -DinteractiveMode=false

Dependencies

compile (7)

Group / Artifact Type Version
org.projectlombok : lombok Optional jar 1.18.20
org.seleniumhq.selenium : selenium-api jar 3.141.59
io.appium : java-client jar 7.0.0
org.apache.commons : commons-lang3 jar 3.12.0
org.apache.maven.plugins : maven-toolchains-plugin jar 3.0.0
org.testng : testng jar 7.4.0
org.seleniumhq.selenium : selenium-java jar 3.141.59

Project Modules

There are no modules declared in this project.