Our main concern with writing to the local repository is making the extra copy of all our bundles - our application is quite large (100MB), and we don't want to unnecessarily waste disk space/spend time copying files on the first startup - some of our users may have limited disk space/slower hard drives. Also, if someone already has a .m2 repository for development purposes, we don't want to touch it.
As far as writing to the system repository, our main concern there is that our application will fail to work for users without write access to that directory. It seems to work now (albeit with one permission denied error), but there may be something we've overlooked... -- View this message in context: http://karaf.922171.n3.nabble.com/Disabling-local-repository-creation-on-Karaf-3-tp4034426p4034488.html Sent from the Karaf - User mailing list archive at Nabble.com.
