Create Java project with Maven archetype camel-archetype-component-scala

Creates a new Camel component with Scala.

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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -Dname="My-name"   -Dscheme="My-scheme"   -Dcamel-version="My-camel-version"   -Dlog4j-version="My-log4j-version"   -Dmaven-compiler-plugin-version="My-maven-compiler-plugin-version"   -Dmaven-resources-plugin-version="My-maven-resources-plugin-version"   -Dslf4j-version="My-slf4j-version"   -Dscala-version="My-scala-version"   -Dscala-maven-plugin-version="My-scala-maven-plugin-version"   -DarchetypeGroupId="org.apache.camel.archetypes"   -DarchetypeArtifactId="camel-archetype-component-scala"   -DarchetypeVersion="2.15.6"   -DinteractiveMode=false 

Required parameters for generate java project:

name
validationRegex: none
scheme
validationRegex: none
camel-version
validationRegex: none
log4j-version
validationRegex: none
maven-compiler-plugin-version
validationRegex: none
maven-resources-plugin-version
validationRegex: none
slf4j-version
validationRegex: none
scala-version
validationRegex: none
scala-maven-plugin-version
validationRegex: none

Details about maven archetype camel-archetype-component-scala

License

License

GroupId

GroupId

org.apache.camel.archetypes
ArtifactId

ArtifactId

camel-archetype-component-scala
Version

Version

2.15.6
Type

Type

maven-archetype
Description

Description

Camel :: Archetypes :: Scala Component
Creates a new Camel component with Scala.
Project Organization

Project Organization

The Apache Software Foundation

How to add to project

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