Create Java project with Maven archetype einstein-bot-channel-connector-archetype

A Maven archetype for creating a new bot channel connector application

Create a Java Project by archetype einstein-bot-channel-connector-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DdefaultVariablePrefix="My-defaultVariablePrefix"   -DdefaultClassPrefix="My-defaultClassPrefix"   -DarchetypeGroupId="com.salesforce.einsteinbot"   -DarchetypeArtifactId="einstein-bot-channel-connector-archetype"   -DarchetypeVersion="2.0.2"   -DinteractiveMode=false 

Required parameters for generate java project:

defaultVariablePrefix
validationRegex: none
defaultClassPrefix
validationRegex: none

Details about maven archetype einstein-bot-channel-connector-archetype

License

License

BSD 3-Clause
GroupId

GroupId

com.salesforce.einsteinbot
ArtifactId

ArtifactId

einstein-bot-channel-connector-archetype
Version

Version

2.0.2
Type

Type

maven-archetype
Description

Description

einstein-bot-channel-connector-archetype
A Maven archetype for creating a new bot channel connector application
Project URL

Project URL

https://github.com/forcedotcom/einstein-bot-channel-connector
Project Organization

Project Organization

Salesforce

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.salesforce.einsteinbot -DarchetypeArtifactId=einstein-bot-channel-connector-archetype -DarchetypeVersion=2.0.2 -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.