thanks for the answer, I am going to try this today. I am a little concerned about the sling maven plugin doc page saying that it deploys over a sling instance but I'll bet it works in some way :)
On Wed, Aug 25, 2010 at 12:51 PM, Felix Meschberger <[email protected]> wrote: > Hi, > > If you have the Apache Felix Web Console [1] you can use the Maven Sling > Plugin [2] to deploy to a running framework using an HTTP request. > > Regards > Felix > > [1] http://felix.apache.org/site/apache-felix-web-console.html > [2] http://sling.apache.org/site/sling.html > > On 25.08.2010 12:17, Daniele Dellafiore wrote: >> Hi. >> >> I can't figure out how to achieve that goal. >> I have a CI environment and my goal is to have a continuous >> deployment, so when Hudson ends his build/test jobs, it runs a job to >> deploy artifacts. The "wars" are deployed to tomcat with the >> maven-tomcat-plugin, I am wondering how to achieve the same with OSGI >> bundles, deploying them to a Felix installation and triggering the >> restart of the bundle. >> >> Thanks. >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > -- Daniele Dellafiore http://danieledellafiore.net --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

