Create Java project with Maven archetype sdk-java-jersey-archetype

AJSC Jersey archtype

Create a Java Project by archetype sdk-java-jersey-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -Dcontext-root="My-context-root"   -Dkube-namespace="My-kube-namespace"   -Dservice-account="My-service-account"   -Dservice-replicas="My-service-replicas"   -DarchetypeGroupId="com.att.ajsc"   -DarchetypeArtifactId="sdk-java-jersey-archetype"   -DarchetypeVersion="6.3.3.8.oss.3"   -DinteractiveMode=false 

Required parameters for generate java project:

context-root
validationRegex: none
kube-namespace
validationRegex: none
service-account
validationRegex: none
service-replicas
validationRegex: none

Details about maven archetype sdk-java-jersey-archetype

License

License

BSD License
GroupId

GroupId

com.att.ajsc
ArtifactId

ArtifactId

sdk-java-jersey-archetype
Version

Version

6.3.3.8.oss.3
Type

Type

maven-archetype
Description

Description

sdk-java-jersey-archetype
AJSC Jersey archtype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.att.ajsc -DarchetypeArtifactId=sdk-java-jersey-archetype -DarchetypeVersion=6.3.3.8.oss.3 -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.