Create Java project with Maven archetype mercury-sd-archetype

Project Mercury aims at developing a solution approach for the modernization of core banking systems, exploring new technologies and ways of operating in an open hybrid cloud.

Create a Java Project by archetype mercury-sd-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DsdArtifactId="My-sdArtifactId"   -DsdNameLowerCase="My-sdNameLowerCase"   -DserviceDomainName="My-serviceDomainName"   -DarchetypeGroupId="io.github.open-accelerators"   -DarchetypeArtifactId="mercury-sd-archetype"   -DarchetypeVersion="1.0.2"   -DinteractiveMode=false 

Required parameters for generate java project:

sdArtifactId
validationRegex: none
sdNameLowerCase
validationRegex: none
serviceDomainName
validationRegex: none

Generated Project modules

  • ${rootArtifactId}-common
  • ${rootArtifactId}-client

Details about maven archetype mercury-sd-archetype

License

License

GroupId

GroupId

io.github.open-accelerators
ArtifactId

ArtifactId

mercury-sd-archetype
Version

Version

1.0.2
Type

Type

maven-archetype
Description

Description

Mercury Service Domain Archetype
Project Mercury aims at developing a solution approach for the modernization of core banking systems, exploring new technologies and ways of operating in an open hybrid cloud.
Source Code Management

Source Code Management

https://github.com/open-accelerators/mercury-framework/tree/main/mercury-sd-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=io.github.open-accelerators -DarchetypeArtifactId=mercury-sd-archetype -DarchetypeVersion=1.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.