MVN

io.fabric8.archetypes : camel-cxf-contract-first-archetype

Maven & Gradle

Jun 10, 2014

Fabric8 :: Archetypes :: Camel CXF Contract First · Creates a new Camel project using CXF in contract (WSDL) first.

mvn archetype:generate -DarchetypeGroupId=io.fabric8.archetypes -DarchetypeArtifactId=camel-cxf-contract-first-archetype -DarchetypeVersion=1.1.0.CR1
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.fabric8.archetypes : camel-cxf-contract-first-archetype to generate a Maven project - Latest Versions:

  • Latest Stable: 1.1.0.CR1
  • Latest Beta: 1.1.0.Beta6

All Versions

Choose a version of io.fabric8.archetypes : camel-cxf-contract-first-archetype to generate a Maven project - All Versions:

Version Vulnerabilities Updated
1.1.x
camel-cxf-contract-first-archetype-1.1.0.CR1
camel-cxf-contract-first-archetype-1.1.0.Beta6
camel-cxf-contract-first-archetype-1.1.0.Beta5
camel-cxf-contract-first-archetype-1.1.0.Beta4
camel-cxf-contract-first-archetype-1.1.0.Beta3
camel-cxf-contract-first-archetype-1.1.0.Beta2
camel-cxf-contract-first-archetype-1.1.0.Beta1

How to generate a maven project from archetype

Instead of manually creating the directory structure needed for an archetype, simply use:

mvn archetype:generate -DarchetypeGroupId=io.fabric8.archetypes -DarchetypeArtifactId=camel-cxf-contract-first-archetype -DarchetypeVersion=1.1.0.CR1