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"   -DsystemConnector1Package="My-systemConnector1Package"   -DsystemConnector2="My-systemConnector2"   -DsystemConnector2Package="My-systemConnector2Package"   -Dpackage="My-package"   -DpackageSuffix="My-packageSuffix"   -DarchetypeVersion="My-archetypeVersion"   -DarchetypeGroupId="de.ikor.sip.foundation"   -DarchetypeArtifactId="sip-archetype"   -DarchetypeVersion="1.0.0"   -DinteractiveMode=false 

Required parameters for generate java project:

groupId
validationRegex: none
projectName
validationRegex: none
version
validationRegex: none
systemConnector1
validationRegex: none
systemConnector1Package
validationRegex: ^(?!.*([._%+-])\1)[a-z0-9\._]+$
systemConnector2
validationRegex: none
systemConnector2Package
validationRegex: ^(?!.*([._%+-])\1)[a-z0-9\._]+$
package
validationRegex: none
packageSuffix
validationRegex: ^(?!.*([._%+-])\1)[a-z0-9\._]+$
archetypeVersion
validationRegex: none

Generated Project modules

  • ${rootArtifactId}-application
  • ${rootArtifactId}-domain
  • ${systemConnector1}
  • ${systemConnector2}

Details about maven archetype sip-archetype

License

License

GroupId

GroupId

de.ikor.sip.foundation
ArtifactId

ArtifactId

sip-archetype
Version

Version

1.0.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=1.0.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.