Hello,
I have a features XML file that uses ${jetty.version} as the feature's
version.
feature:repo-add followed by feature:list
outputs the following as the feature's version:
0.0.0.__jetty_version
How do I set jetty.version?
I tried putting a .cfg file in etc (with jetty.version=whatever) and
restarting Karaf.
Removing and then adding the feature file didn't fix the problem.
In config:list I see jetty.version is under my PID but
echo ${jetty.version}
outputs:
null
Thank you,
cg
