Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
Unknown
Description
camel.jbang.gav = com.foo:blue:1.0
Then when you do camel run foo.java and foo has no package then we should run this with package com.foo, because that is the package it would use when exported.
Then camel-jbang run and real exported project are the same. This avoid strange issues for end users.