Create Java project with Maven archetype camel-archetype-groovy

Creates a new Camel project using Groovy DSL.

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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -Dcamel-version="My-camel-version"   -Dexec-maven-plugin-version="My-exec-maven-plugin-version"   -Dmaven-compiler-plugin-version="My-maven-compiler-plugin-version"   -Dmaven-eclipse-plugin-version="My-maven-eclipse-plugin-version"   -Dmaven-resources-plugin-version="My-maven-resources-plugin-version"   -Dgmaven-plugin-version="My-gmaven-plugin-version"   -DarchetypeGroupId="org.apache.camel.archetypes"   -DarchetypeArtifactId="camel-archetype-groovy"   -DarchetypeVersion="2.25.4"   -DinteractiveMode=false 

Required parameters for generate java project:

camel-version
validationRegex: none
exec-maven-plugin-version
validationRegex: none
maven-compiler-plugin-version
validationRegex: none
maven-eclipse-plugin-version
validationRegex: none
maven-resources-plugin-version
validationRegex: none
gmaven-plugin-version
validationRegex: none

Details about maven archetype camel-archetype-groovy

License

License

GroupId

GroupId

org.apache.camel.archetypes
ArtifactId

ArtifactId

camel-archetype-groovy
Version

Version

2.25.4
Type

Type

maven-archetype
Description

Description

Camel :: Archetypes :: Groovy Router (deprecated)
Creates a new Camel project using Groovy DSL.
Project Organization

Project Organization

The Apache Software Foundation
Source Code Management

Source Code Management

https://gitbox.apache.org/repos/asf?p=camel.git;a=summary/camel-archetype-groovy

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.apache.camel.archetypes -DarchetypeArtifactId=camel-archetype-groovy -DarchetypeVersion=2.25.4 -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.