Hi JB
I think I'm having problems with my mvn syntax. I had already tried:
features:install
mvn:ch.curabill.msp.service/camel-route/1.0-SNAPSHOT/cfg/groups
features:install
mvn:ch.curabill.msp.service/camel-route/1.0-SNAPSHOT/xml/features
But all I get is:
Error executing command: No feature named 'mvn:ch.curabill.msp.service'
with version '0.0.0' available
How do I have to do it?
Thanks,
Laci
On 05.02.2014 16:01, Jean-Baptiste Onofré wrote:
Hi Laci,
The cfg file will be deployed with the feature:
feature:install
install is the short form for bundle:install, so it doesn't install
the configfile.
Regards
JB