[GitHub] [camel-quarkus] ppalaga commented on issue #1173: Need an archetype for Camel Quarkus

2020-11-16 Thread GitBox


ppalaga commented on issue #1173:
URL: https://github.com/apache/camel-quarkus/issues/1173#issuecomment-72828


   I'd say this is a clear won't fix now that we aim at having Quarkus 
codestarts.



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [camel-quarkus] ppalaga commented on issue #1173: Need an archetype for Camel Quarkus

2020-05-04 Thread GitBox


ppalaga commented on issue #1173:
URL: https://github.com/apache/camel-quarkus/issues/1173#issuecomment-623311222


   The Quarkus folks are working on a solution for the extensions to 
co-scaffold starter projects: 
https://groups.google.com/d/msg/quarkus-dev/yUcOM8jwIvY/5ZQXK7ZlDwAJ



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [camel-quarkus] ppalaga commented on issue #1173: Need an archetype for Camel Quarkus

2020-05-04 Thread GitBox


ppalaga commented on issue #1173:
URL: https://github.com/apache/camel-quarkus/issues/1173#issuecomment-623297591


   We indeed do not have a Maven Archetype, but there are two other ways to 
scaffold new projects:
   
   1. https://code.quarkus.io/
   
   2. `quarkus-maven-plugin` can scaffold projects also for Camel Quarkus:

   ```
   mvn io.quarkus:quarkus-maven-plugin:1.4.1.Final:create 
-DprojectGroupId=org.acme -DprojectArtifactId=camel-timer-quickstart 
-DclassName="org.acme.rest.json.FruitResource" -Dpath="/fruits" 
-Dextensions="camel-quarkus-timer"
   ```
   
   Do you think @weimeilin79 1. and 2. are missing some functionality against 
an archetype?



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org