Skip to content

Instantly share code, notes, and snippets.

@hinunbi
Created May 4, 2020 14:36
Show Gist options
  • Save hinunbi/06f5b83bedaddcb0d9c8c599a2bdd3e1 to your computer and use it in GitHub Desktop.
Save hinunbi/06f5b83bedaddcb0d9c8c599a2bdd3e1 to your computer and use it in GitHub Desktop.
mvn io.quarkus:quarkus-maven-plugin:1.4.1.Final:create \
-B \
-DprojectGroupId=com.demo \
-DprojectArtifactId=camel-quarkus-demo \
-DclassName="com.demo.UserInfoResource" \
-Dpath="/userinfo" \
-Dextensions="
quarkus-core,
quarkus-resteasy-jackson,
camel-quarkus-timer,
camel-quarkus-file,
camel-quarkus-gson,
camel-quarkus-bindy,
camel-quarkus-rest,
camel-quarkus-http,
camel-quarkus-log,
camel-quarkus-caffeine-lrucache"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment