Hi, Is it possible to have a key-based way of uploading bundles? For example, maven could scp the built bundle to the server and then a process on the server can install it.
This way we can avoid having passwords in our pom, and also each developer can be audited separately. Has anyone done this? What maven plugin should I look into for scp? And if I remember right, there's a way to install zip file bundles into a sling instance by dropping it into a directory, but I can't remember if this was only a CQ feature or not. (I'm not using CQ). Rob
