Create Java project with Maven archetype cloud-altemistafwk-core-oauth2-archetype

Recommended maven plugin versions for building both ACF framework and ACF projects.

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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DterasolunaPlusVersion="My-terasolunaPlusVersion"   -DapplicationName="My-applicationName"   -DappShortId="My-appShortId"   -DclientId="My-clientId"   -DclientSecret="My-clientSecret"   -Dscope="My-scope"   -DaccessTokenEndpointUri="My-accessTokenEndpointUri"   -DarchetypeGroupId="cloud.altemista.fwk.archetype"   -DarchetypeArtifactId="cloud-altemistafwk-core-oauth2-archetype"   -DarchetypeVersion="3.1.0.RELEASE"   -DinteractiveMode=false 

Required parameters for generate java project:

terasolunaPlusVersion
validationRegex: none
applicationName
validationRegex: none
appShortId
validationRegex: none
clientId
validationRegex: none
clientSecret
validationRegex: none
scope
validationRegex: none
accessTokenEndpointUri
validationRegex: none

Details about maven archetype cloud-altemistafwk-core-oauth2-archetype

License

License

GroupId

GroupId

cloud.altemista.fwk.archetype
ArtifactId

ArtifactId

cloud-altemistafwk-core-oauth2-archetype
Version

Version

3.1.0.RELEASE
Type

Type

maven-archetype
Description

Description

cloud-altemistafwk security: OAuth2 Java Client Partial Archetype
Recommended maven plugin versions for building both ACF framework and ACF projects.
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-oauth2-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.