Create Java project with Maven archetype karaf-camel-cxf-code-first-archetype

Creates a new web service using Java code first

Create a Java Project by archetype karaf-camel-cxf-code-first-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-cxf-code-first-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-cxf-code-first-archetype

License

License

GroupId

GroupId

io.fabric8.archetypes
ArtifactId

ArtifactId

karaf-camel-cxf-code-first-archetype
Version

Version

1.2.0.redhat-133
Type

Type

maven-archetype
Description

Description

Fabric8 :: Archetypes :: Karaf :: CXF :: Camel CXF Code First
Creates a new web service using Java code first
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-cxf-code-first-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.