Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [equinox-dev] Use Maven to build osgi applications

AFAIK, the only Maven plugin that will generate the config.ini file is Tycho when using the eclipse-product packaging type.

HTH


On 2013-04-01, at 1:55 AM, Prasad Jeewantha wrote:

Hi all,
I am trying to build an osgi application with Maven. I am using maven-bundle-plugin and maven-scr-plugin to create the bundles. I have all the bundles created in 3 separate directories in the final distribution. What I want is to run all the osgi bundles in an OSGi container with a single command (may be using a shell script). I believe I have to create a config.ini file listing all the bundles which need to be run in the container. Is there a way to generate this file from Maven at compilation time? Or is there a better way to create the project without manually creating the configuration files? Any advice is greatly appreciated.
Thanks in advance,
PJ

PS. I created a Stack overflow question on this topic. http://stackoverflow.com/q/15729182/1411653
_______________________________________________
equinox-dev mailing list
equinox-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/equinox-dev


Back to the top