Create Java project with Maven archetype camel-scheduled-archetype

This archetype creates a Camel project with Spring Boot for a scheduled task application.

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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="com.ms3-inc.tavros"   -DarchetypeArtifactId="camel-scheduled-archetype"   -DarchetypeVersion="0.2.7"   -DinteractiveMode=false 

Details about maven archetype camel-scheduled-archetype

License

License

GroupId

GroupId

com.ms3-inc.tavros
ArtifactId

ArtifactId

camel-scheduled-archetype
Version

Version

0.2.7
Type

Type

maven-archetype
Description

Description

Camel Scheduled Task Archetype
This archetype creates a Camel project with Spring Boot for a scheduled task application.

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.ms3-inc.tavros -DarchetypeArtifactId=camel-scheduled-archetype -DarchetypeVersion=0.2.7 -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.