MVN

io.fabric8.archetypes : springboot-camel-archetype

Maven & Gradle

Sep 12, 2014

Fabric8 :: Archetypes :: Spring-Boot :: Camel · Creates a new Spring Boot application with Camel

mvn archetype:generate -DarchetypeGroupId=io.fabric8.archetypes -DarchetypeArtifactId=springboot-camel-archetype -DarchetypeVersion=1.1.0.CR5
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.1.0.CR5
  • Latest Beta: 1.2.0.Beta4

All Versions

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

Version Vulnerabilities Updated
1.2.x
springboot-camel-archetype-1.2.0.Beta4
springboot-camel-archetype-1.2.0.Beta3
springboot-camel-archetype-1.2.0.Beta2
springboot-camel-archetype-1.2.0.Beta1
1.1.x
springboot-camel-archetype-1.1.0.CR5
springboot-camel-archetype-1.1.0.CR4
springboot-camel-archetype-1.1.0.CR3
springboot-camel-archetype-1.1.0.CR2

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=springboot-camel-archetype -DarchetypeVersion=1.1.0.CR5