Create Java project with Maven archetype sip-archetype

An archetype for creating an opinionated maven project for a sip adapter

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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DgroupId="My-groupId"   -DprojectName="My-projectName"   -Dversion="My-version"   -DsystemConnector1="My-systemConnector1"   -DsystemConnector2="My-systemConnector2"   -Dpackage="My-package"   -DpackageSuffix="My-packageSuffix"   -DuseLombokDefault="My-useLombokDefault"   -DuseLombok="My-useLombok"   -DarchetypeVersion="My-archetypeVersion"   -DarchetypeGroupId="de.ikor.sip.foundation"   -DarchetypeArtifactId="sip-archetype"   -DarchetypeVersion="2.1.0"   -DinteractiveMode=false 

Required parameters for generate java project:

groupId
validationRegex: none
projectName
validationRegex: none
version
validationRegex: none
systemConnector1
validationRegex: ^[a-z0-9_]+$
systemConnector2
validationRegex: ^[a-z0-9_]+$
package
validationRegex: none
packageSuffix
validationRegex: ^[a-z0-9_]+$
useLombokDefault
validationRegex: none
useLombok
validationRegex: none
archetypeVersion
validationRegex: none

Details about maven archetype sip-archetype

License

License

GroupId

GroupId

de.ikor.sip.foundation
ArtifactId

ArtifactId

sip-archetype
Version

Version

2.1.0
Type

Type

maven-archetype
Description

Description

sip-archetype
An archetype for creating an opinionated maven project for a sip adapter
Project Organization

Project Organization

IKOR GmbH

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=de.ikor.sip.foundation -DarchetypeArtifactId=sip-archetype -DarchetypeVersion=2.1.0 -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.