bug in mvn 2.0.9 and felix plugin?

2008-10-03 Thread Marina Vatkina
I'm observing a different behavior of the felix plugin between maven 2.0.7 and 2.0.9 in generating manifest file entries when embedding dependency from one jar into another. The contents of the jar stays the same. With maven 2.0.7 the following configuration correctly adds javax.xml.rpc.handle

Re: bug in mvn 2.0.9 and felix plugin?

2008-10-06 Thread Marina Vatkina
Stuart McCulloch wrote: 2008/10/4 Marina Vatkina <[EMAIL PROTECTED]> I'm observing a different behavior of the felix plugin between maven 2.0.7 and 2.0.9 in generating manifest file entries when embedding dependency from one jar into another. The contents of the jar stays the same.

Re: bug in mvn 2.0.9 and felix plugin?

2008-10-07 Thread Marina Vatkina
Unfortunately I don't see any difference if I add entry :(. thanks, -marina Stuart McCulloch wrote: 2008/10/7 Marina Vatkina <[EMAIL PROTECTED]> Stuart McCulloch wrote: 2008/10/4 Marina Vatkina <[EMAIL PROTECTED]> I'm observing a different behavior of the feli

Re: bug in mvn 2.0.9 and felix plugin?

2008-10-08 Thread Marina Vatkina
Stuart McCulloch wrote: 2008/10/8 Marina Vatkina <[EMAIL PROTECTED]> Unfortunately I don't see any difference if I add entry :(. hmm... this pom is from GlassFish isn't it? (it looks like it) It is. I put the line inside ... but after I changed it as in your exam

Re: bug in mvn 2.0.9 and felix plugin?

2008-10-08 Thread Marina Vatkina
I'm building inside javax.ejb via 'mvn clean install' thanks, -marina Stuart McCulloch wrote: 2008/10/8 Marina Vatkina <[EMAIL PROTECTED]> Stuart McCulloch wrote: 2008/10/8 Marina Vatkina <[EMAIL PROTECTED]> Unfortunately I don't see any di

Re: bug in mvn 2.0.9 and felix plugin?

2008-10-08 Thread Marina Vatkina
You are right - src/main/resources/META-INF/MANIFEST.MF was missing from my ws. How does if affect anything? (And why 2.0.7 doesn't complain without it?). thanks, -marina Stuart McCulloch wrote: 2008/10/9 Marina Vatkina <[EMAIL PROTECTED]> I'm building inside javax.ej

Re: bug in mvn 2.0.9 and felix plugin?

2008-10-10 Thread Marina Vatkina
Stuart McCulloch wrote: 2008/10/9 Marina Vatkina <[EMAIL PROTECTED]> You are right - src/main/resources/META-INF/MANIFEST.MF was missing from my ws. How does if affect anything? (And why 2.0.7 doesn't complain without it?). it shouldn't affect that particular project I