Re: geronimo car-maven-plugin + osgi

2012-11-21 Thread Marcos Mendez
Does anyone know how to use a car to deploy OSGI bundles so that they do not appear in the geronimo maven repository? I have the car installing what i want, but everything gets added to the repo and it doesn't get uninstalled when the car is undeployed. This doesn't happen if you deploy the bund

Re: geronimo car-maven-plugin + osgi

2012-11-21 Thread Marcos Mendez
Hi, I'm trying to find a way to deploy many things in one package. We have mostly OSGI bundles (jar + war) but have some normal jars as dependencies. I want to be able to build something that I can deploy with geronimo in one shot and manage accordingly. J2EE stuff doesn't make sense... since t

Re: geronimo car-maven-plugin + osgi

2012-11-21 Thread Ivan
I am not quite sure your requirement, could you explain that a bit ? 2012/11/21 Marcos Mendez > > Is there an example of a geronimo plugin deploying normal jars, osgi > bundles and an osgi web module somewhere? > > Also, is there a way to bundle binaries (jars, wars) inside the car so > that the

geronimo car-maven-plugin + osgi

2012-11-21 Thread Marcos Mendez
Is there an example of a geronimo plugin deploying normal jars, osgi bundles and an osgi web module somewhere? Also, is there a way to bundle binaries (jars, wars) inside the car so that they don't have to be downloaded?