Create Java project with Maven archetype karaf-camel-log-wiki-archetype

Creates a new Camel Log Example (wiki)

Create a Java Project by archetype karaf-camel-log-wiki-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -Dfabric8-profile="My-fabric8-profile"   -DarchetypeGroupId="io.fabric8.archetypes"   -DarchetypeArtifactId="karaf-camel-log-wiki-archetype"   -DarchetypeVersion="1.2.0.redhat-133"   -DinteractiveMode=false 

Required parameters for generate java project:

fabric8-profile
validationRegex: none

Details about maven archetype karaf-camel-log-wiki-archetype

License

License

GroupId

GroupId

io.fabric8.archetypes
ArtifactId

ArtifactId

karaf-camel-log-wiki-archetype
Version

Version

1.2.0.redhat-133
Type

Type

maven-archetype
Description

Description

Fabric8 :: Archetypes :: Karaf :: Beginner :: Camel Log (wiki)
Creates a new Camel Log Example (wiki)
Project Organization

Project Organization

Red Hat

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=io.fabric8.archetypes -DarchetypeArtifactId=karaf-camel-log-wiki-archetype -DarchetypeVersion=1.2.0.redhat-133 -DinteractiveMode=false

Dependencies

compile (1)

Group / Artifact Type Version
io.fabric8 : archetype-builder jar 1.2.0.redhat-133

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.