[jira] Commented: (FELIX-255) maven-bundle-plugin, wrapping and excludeTransitive

2007-04-13 Thread Carlos Sanchez (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-255?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12488719 ] Carlos Sanchez commented on FELIX-255: -- I'd say yes > maven-bundle-plugin, wrapping and excludeTr

[jira] Commented: (FELIX-255) maven-bundle-plugin, wrapping and excludeTransitive

2007-04-10 Thread Richard S. Hall (JIRA)
ven-bundle-plugin, wrapping and excludeTransitive > --- > > Key: FELIX-255 > URL: https://issues.apache.org/jira/browse/FELIX-255 > Project: Felix > Issue Type: New Feature >

[jira] Commented: (FELIX-255) maven-bundle-plugin, wrapping and excludeTransitive

2007-03-25 Thread Stuart McCulloch (JIRA)
hich people can use while this issue is properly investigated. > maven-bundle-plugin, wrapping and excludeTransitive > --- > > Key: FELIX-255 > URL: https://issues.apache.org/jira/browse/FELIX-255 >

[jira] Commented: (FELIX-255) maven-bundle-plugin, wrapping and excludeTransitive

2007-03-25 Thread Alin Dreghiciu (JIRA)
solution then also this will be solved. But as in FELIX-262 is too verbose. At least to me... > maven-bundle-plugin, wrapping and excludeTransitive > --- > > Key: FELIX-255 > URL: https://issues.apache.

Re: maven-bundle-plugin, wrapping and excludeTransitive

2007-03-14 Thread Alin Dreghiciu
I just need one: the one I'm using as direct dependency. If you take a look at FELIX-225 you will know what I mean. And I want to do it automatically not to pick one by hand. Alin Dreghiciu On 3/15/07, Carlos Sanchez <[EMAIL PROTECTED]> wrote: the manifest goal will allow you to generate a bun

Re: maven-bundle-plugin, wrapping and excludeTransitive

2007-03-14 Thread Carlos Sanchez
the manifest goal will allow you to generate a bundle from the same project the bundleall will go through all transitive dependencies and bundle one by one if they are not already OSGi bundles. So if they are you'll get just the one you want On 3/14/07, Alin Dreghiciu <[EMAIL PROTECTED]> wrote:

Re: maven-bundle-plugin, wrapping and excludeTransitive

2007-03-14 Thread Alin Dreghiciu
I do not find the direct relation but I do find your improvements very useful especially the manifest goal. Could you detail more. Seems to me, if I get it rght that the bundleall will create a bundle for all dependencies. I just wish to allow me to just wrap the direct dependency and nothing else

Re: maven-bundle-plugin, wrapping and excludeTransitive

2007-03-14 Thread Carlos Sanchez
iche Nachricht- Von: Stuart McCulloch [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 09. März 2007 09:17 An: felix-dev@incubator.apache.org Betreff: Re: maven-bundle-plugin, wrapping and excludeTransitive Hi Michael, If the original jar has dependencies with 'compile' scope then they're

[jira] Created: (FELIX-255) maven-bundle-plugin, wrapping and excludeTransitive

2007-03-13 Thread Alin Dreghiciu (JIRA)
maven-bundle-plugin, wrapping and excludeTransitive --- Key: FELIX-255 URL: https://issues.apache.org/jira/browse/FELIX-255 Project: Felix Issue Type: New Feature Components: Maven

AW: maven-bundle-plugin, wrapping and excludeTransitive

2007-03-09 Thread Hampel, Michael
cht- Von: Stuart McCulloch [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 09. März 2007 09:17 An: felix-dev@incubator.apache.org Betreff: Re: maven-bundle-plugin, wrapping and excludeTransitive Hi Michael, If the original jar has dependencies with 'compile' scope then they're a

Re: maven-bundle-plugin, wrapping and excludeTransitive

2007-03-09 Thread Stuart McCulloch
y you could shed some light, > > Thanx, > > Michael > > > > > > > -Ursprüngliche Nachricht----- > Von: Alin Dreghiciu [mailto:[EMAIL PROTECTED] > Gesendet: Donnerstag, 08. März 2007 14:18 > An: felix-dev@incubator.apache.org > Betreff: maven-bundle

Re: maven-bundle-plugin, wrapping and excludeTransitive

2007-03-09 Thread Stuart McCulloch
14:18 An: felix-dev@incubator.apache.org Betreff: maven-bundle-plugin, wrapping and excludeTransitive About jar wrapping: Most of the time (at least in the cases I had) you would like to wrap only the content of the jar you are targeting and not also the transitive dependencies that the targeted ja

Re: maven-bundle-plugin, wrapping and excludeTransitive

2007-03-09 Thread Felix Meschberger
tive capabilites? Maybe I am thinking completely wrong here - but probably you could shed some light, Thanx, Michael -Ursprüngliche Nachricht- Von: Alin Dreghiciu [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 08. März 2007 14:18 An: felix-dev@incubator.apache.org Betreff: mav

AW: maven-bundle-plugin, wrapping and excludeTransitive

2007-03-08 Thread Hampel, Michael
t- Von: Alin Dreghiciu [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 08. März 2007 14:18 An: felix-dev@incubator.apache.org Betreff: maven-bundle-plugin, wrapping and excludeTransitive About jar wrapping: Most of the time (at least in the cases I had) you would like to wrap only the content

maven-bundle-plugin, wrapping and excludeTransitive

2007-03-08 Thread Alin Dreghiciu
About jar wrapping: Most of the time (at least in the cases I had) you would like to wrap only the content of the jar you are targeting and not also the transitive dependencies that the targeted jar has. You can do this in at least two ways: 1. add to the dependency. This is verbose for the case