Create Java project with Maven archetype cdi-cxf-archetype

Creates a new CXF JAX-RS using CDI running in a standalone Java Container

Create a Java Project by archetype cdi-cxf-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -Dcxf-version="My-cxf-version"   -Dweld-version="My-weld-version"   -Dcxf-plugin-version="My-cxf-plugin-version"   -DarchetypeGroupId="io.fabric8.archetypes"   -DarchetypeArtifactId="cdi-cxf-archetype"   -DarchetypeVersion="2.2.197"   -DinteractiveMode=false 

Required parameters for generate java project:

cxf-version
validationRegex: none
weld-version
validationRegex: none
cxf-plugin-version
validationRegex: none

Details about maven archetype cdi-cxf-archetype

License

License

GroupId

GroupId

io.fabric8.archetypes
ArtifactId

ArtifactId

cdi-cxf-archetype
Version

Version

2.2.197
Type

Type

maven-archetype
Description

Description

Fabric8 :: Archetypes :: CDI :: CXF JAX-RS
Creates a new CXF JAX-RS using CDI running in a standalone Java Container
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=cdi-cxf-archetype -DarchetypeVersion=2.2.197 -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.