Skip to content

Instantly share code, notes, and snippets.

@jiajunngjj
Created April 22, 2020 06:49
Show Gist options
  • Select an option

  • Save jiajunngjj/5b398e0e929ea20cfb273af24e171416 to your computer and use it in GitHub Desktop.

Select an option

Save jiajunngjj/5b398e0e929ea20cfb273af24e171416 to your computer and use it in GitHub Desktop.
Create a Fuse project skeleton using the following Maven command
mvn org.apache.maven.plugins:maven-archetype-plugin:2.4:generate \
-DarchetypeCatalog=https://maven.repository.redhat.com/ga/io/fabric8/archetypes/archetypes-catalog/2.2.0.fuse-740017-redhat-00003/archetypes-catalog-2.2.0.fuse-740017-redhat-00003-archetype-catalog.xml \
-DarchetypeGroupId=org.jboss.fuse.fis.archetypes \
-DarchetypeArtifactId=spring-boot-camel-xml-archetype \
-DarchetypeVersion=2.2.0.fuse-740017-redhat-00003
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment