Create Java project with Maven archetype camel-archetype-cxf-contract-first-blueprint

Creates a new Camel project with Apache CXF contract-first example using OSGi blueprint.

Create a Java Project by archetype camel-archetype-cxf-contract-first-blueprint with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -Dcamel-version="My-camel-version"   -Dcxf-version="My-cxf-version"   -Dlog4j-version="My-log4j-version"   -Dmaven-compiler-plugin-version="My-maven-compiler-plugin-version"   -Dmaven-resources-plugin-version="My-maven-resources-plugin-version"   -Dmaven-bundle-plugin-version="My-maven-bundle-plugin-version"   -Dslf4j-version="My-slf4j-version"   -DarchetypeGroupId="org.apache.camel.archetypes"   -DarchetypeArtifactId="camel-archetype-cxf-contract-first-blueprint"   -DarchetypeVersion="2.17.7"   -DinteractiveMode=false 

Required parameters for generate java project:

camel-version
validationRegex: none
cxf-version
validationRegex: none
log4j-version
validationRegex: none
maven-compiler-plugin-version
validationRegex: none
maven-resources-plugin-version
validationRegex: none
maven-bundle-plugin-version
validationRegex: none
slf4j-version
validationRegex: none

Details about maven archetype camel-archetype-cxf-contract-first-blueprint

License

License

GroupId

GroupId

org.apache.camel.archetypes
ArtifactId

ArtifactId

camel-archetype-cxf-contract-first-blueprint
Version

Version

2.17.7
Type

Type

maven-archetype
Description

Description

Camel :: Archetypes :: CXF :: Contract First :: Blueprint (OSGi) (deprecated)
Creates a new Camel project with Apache CXF contract-first example using OSGi blueprint.
Project Organization

Project Organization

The Apache Software Foundation

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.apache.camel.archetypes -DarchetypeArtifactId=camel-archetype-cxf-contract-first-blueprint -DarchetypeVersion=2.17.7 -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.