I have to write an integration test with pax-exam that tests a custom log4j2 appender.
To test it with the plain Karaf distribution I have to define the
additional bundles in startup.properties.
The changes in in the startup.properties file can be done with
KarafDistributionOption.editConfigurationFilePut("etc/startup.properties",
" mvn:com.lmax/.artifactId/disruptor/2.12.5 ", "9"));
But how can the bundles be provisioned into the system folder?
Regards
Richard
