Create Java project with Maven archetype karaf-secure-rest-archetype

Creates a new Secure Restful Web Services Example using JAX-RS Basic Authentication with Fabric8

Create a Java Project by archetype karaf-secure-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-secure-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-secure-rest-archetype

License

License

GroupId

GroupId

io.fabric8.archetypes
ArtifactId

ArtifactId

karaf-secure-rest-archetype
Version

Version

1.2.0.redhat-133
Type

Type

maven-archetype
Description

Description

Fabric8 :: Archetypes :: Karaf :: CXF :: Secure Restful Web Services
Creates a new Secure Restful Web Services Example using JAX-RS Basic Authentication with Fabric8
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-secure-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.