This is great. This is exactly what I need. When will it be available? Thanks, Dan
-----Original Message----- From: Graham Charters [mailto:[email protected]] Sent: Tuesday, August 16, 2011 3:06 PM To: [email protected] Subject: Re: Use-Bundle header in the APPLICATION.MF Hi Dan, It should be relatively easy to add a simple Use-Bundle capability to the eba-maven-plugin. It could be configured in the same way as the Application-Ex/ImportService headers. E.g <configuration> <instructions> <Use-Bundle>org.acme.my.Bundle;version="[1.0.0, 1.1.0)"</Use-Bundle> </instructions> </configuration> Would this suffice? Regards, Graham. On 11 August 2011 16:27, Alasdair Nottingham <[email protected]> wrote: > Hi, > > If you want changes to this plugin a good place to start would be to raise > an issue in JIRA. > > https://issues.apache.org/jira/browse/ARIES > > Alasdair > > On 11 August 2011 09:04, Dan Peretz <[email protected]> wrote: > >> Hi, >> I working on OSGI and I encountered a problem in the EBA Maven Plug-in. I >> want to add Use-Bundle header to the APPLICATION.MF using the pom.xml and it >> seems that it's not supported. Is it possible to add this header to your >> next release? >> >> Thanks, >> Dan Peretz >> >> >> > > > -- > Alasdair Nottingham > [email protected] >
