Create Java project with Maven archetype babel-camel-archetype

Maven Archetype for Babel

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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="io.xtech.babel"   -DarchetypeArtifactId="babel-camel-archetype"   -DarchetypeVersion="0.6.0"   -DinteractiveMode=false 

Details about maven archetype babel-camel-archetype

License

License

GroupId

GroupId

io.xtech.babel
ArtifactId

ArtifactId

babel-camel-archetype
Version

Version

0.6.0
Type

Type

maven-archetype
Description

Description

Babel :: Camel :: Archetype
Maven Archetype for Babel
Project URL

Project URL

http://www.crossing-tech.com
Source Code Management

Source Code Management

https://github.com/Crossing-Tech/babel.git

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=io.xtech.babel -DarchetypeArtifactId=babel-camel-archetype -DarchetypeVersion=0.6.0 -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.