How to store artifacts at targets using Apache ACE?

83 views Asked by At

I use Apache Ace to deploy OSGi bundles to so-called targets (see http://ace.apache.org/docs/user-guide.html).

Deployment works fine (deployed bundles will be installed and started), but it looks like deployed bundles are only stored in the OSGi bundle cache. Is there a way to store the bundles as jar files at the target's file system? I use Apache Felix as OSGi runtime and want to store the artifacts at /bundles.

0

There are 0 answers