On 13/03/2010, Niall Pemberton <niall.pemberton@gmail.com> wrote:
> On Sat, Mar 13, 2010 at 12:53 PM, sebb <sebbaz@gmail.com> wrote:
>
> > If the JAVA_1_n_HOME variables are defined in settings.xml, they
> > appear in the OSGI manifest created by the maven-bundle-plugin.
> >
> > This appears to be because the property names start with a capital letter.
> > I'm not sure if it is possible to exclude these from the manifest.
> > [I'll ask on the Felix list]
>
>
> http://markmail.org/message/viatovhpjlx355on
Answer is to use the -removeheaders directive.
Unfortunately this requires a LIST of all the property names (no wild-cards).
>
> > If not, then one simple solution would be to use lower-case for the
> > property names.
I think we should just use lower-case for the property names, as the
other options are a lot messier, and easier to get wrong.
Agreed?
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org
|