Create Java project with Maven archetype cloud-altemistafwk-core-microservices-config-archetype

cloud-altemistafwk Microservices Config Server definition

Create a Java Project by archetype cloud-altemistafwk-core-microservices-config-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DterasolunaPlusVersion="My-terasolunaPlusVersion"   -DapplicationName="My-applicationName"   -DappShortId="My-appShortId"   -DbusinessShortId="My-businessShortId"   -DgitRepository="My-gitRepository"   -DnativeSearchLocation="My-nativeSearchLocation"   -Dgituri="My-gituri"   -Dgitusername="My-gitusername"   -Dgitpassword="My-gitpassword"   -DdiscoveryClientActive="My-discoveryClientActive"   -DeurekaUrl="My-eurekaUrl"   -DarchetypeGroupId="cloud.altemista.fwk.archetype"   -DarchetypeArtifactId="cloud-altemistafwk-core-microservices-config-archetype"   -DarchetypeVersion="3.1.0.RELEASE"   -DinteractiveMode=false 

Required parameters for generate java project:

terasolunaPlusVersion
validationRegex: none
applicationName
validationRegex: none
appShortId
validationRegex: none
businessShortId
validationRegex: none
gitRepository
validationRegex: none
nativeSearchLocation
validationRegex: none
gituri
validationRegex: none
gitusername
validationRegex: none
gitpassword
validationRegex: none
discoveryClientActive
validationRegex: none
eurekaUrl
validationRegex: none

Details about maven archetype cloud-altemistafwk-core-microservices-config-archetype

License

License

GroupId

GroupId

cloud.altemista.fwk.archetype
ArtifactId

ArtifactId

cloud-altemistafwk-core-microservices-config-archetype
Version

Version

3.1.0.RELEASE
Type

Type

maven-archetype
Description

Description

cloud-altemistafwk Microservices Config Server archetype
cloud-altemistafwk Microservices Config Server definition
Project Organization

Project Organization

NTT DATA Corporation

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=cloud.altemista.fwk.archetype -DarchetypeArtifactId=cloud-altemistafwk-core-microservices-config-archetype -DarchetypeVersion=3.1.0.RELEASE -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.