Create Java project with Maven archetype karaf-rest-archetype

Creates a new RESTful WebService Example using JAX-RS with JBoss Fuse

Create a Java Project by archetype karaf-rest-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-rest-archetype"   -DarchetypeVersion="1.2.0.redhat-133"   -DinteractiveMode=false 

Required parameters for generate java project:

fabric8-profile
validationRegex: none

Details about maven archetype karaf-rest-archetype

License

License

GroupId

GroupId

io.fabric8.archetypes
ArtifactId

ArtifactId

karaf-rest-archetype
Version

Version

1.2.0.redhat-133
Type

Type

maven-archetype
Description

Description

Fabric8 :: Archetypes :: Karaf :: CXF :: RESTful WebService
Creates a new RESTful WebService Example using JAX-RS with JBoss Fuse
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-rest-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.