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

AJSC Camel Archetype

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

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

Required parameters for generate java project:

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

Details about maven archetype sdk-java-camel-archetype

License

License

BSD License
GroupId

GroupId

com.att.ajsc
ArtifactId

ArtifactId

sdk-java-camel-archetype
Version

Version

6.2.0.6-oss
Type

Type

maven-archetype
Description

Description

sdk-java-camel-archetype
AJSC Camel Archetype

How to add to project

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