effectiveosgi/maven-archetypes

Missing configuration instructions

Closed this issue · 1 comments

Thanks for the great work @njbartlett . It is well presented and explained.

I already used this project to convert existing work I am doing :)

I think it will be good to add information about component configuration (felix.fileinstall)

I was using this bndrun setup for testing modules.

-runproperties: \
    felix.fileinstall.noInitialDelay=true,\
	felix.fileinstall.filter=.*\\.cfg,\
	felix.fileinstall.dir=${.}/src/main/resources/etc

Is there a better/recommended way?

ok, BNDtools maven plugin ver 4.0 was giving me some trubble. ver 3.5 works fine and the config is working.

Essentially, the runproperties are not copied to the launcher properties in ver 4.0.

Did you find the same issues in this project?