Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
-
Unknown
Description
If you use dot when exporting then jbang does not let Camel know all the files, and you have an empty project
This is wrong
camel export . --runtime=quarkus --gav=org.demo:mydemo:1.0.0 --dir=code
You should use
camel export * --runtime=quarkus --gav=org.demo:mydemo:1.0.0 --dir=code
Maybe we can detect the dot, and let camel-jbang find all the files, as then we assume you want to do this
Attachments
Issue Links
- links to