Pierre De Rop wrote: > Hi all, > > For some of our service components, we are using the SCR for dependency > management, but we are not all using maven ... > Now, I am wondering if we are definitely forced to use maven, when using > the scr plugin, or if there is any ant task, or even a standalone script > which we could use without maven. > For instance: something like "java -jar scrplugin.jar MyBundle.jar" > which would generate serviceComponent.xml ... > Hi,
I don't think that such a thing exists. The plugin requires a lot of the maven infrastructure to run. So I fear if you want to use the plugin you have to use maven for this one. It's of course possible to refactor the scr plugin to make it usable outside of maven and maybe add an ant task. That's another choice you have, but this one requires some work. HTH Carsten -- Carsten Ziegeler [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

