On 01/01/2008, Steinar Bang <[EMAIL PROTECTED]> wrote:
>
> Re: the Eclipse/PDE integration example:
>
> http://felix.apache.org/site/maven-bundle-plugin-bnd.html#MavenBundlePlugin%28BND%29-Eclipse%2FPDEintegration
>
> Should the
> <manifestLocation>META-INF</manifestLocation>
> actually have been
> <manifestLocation>${basedir}/META-INF</manifestLocation>
> so that this will work when invoked in as part of a multi-project?
>
> Or is the <manifestLocation> setting always calculated relative to
> ${basedir}?
yes, the <manifestLocation> is a File parameter, so if you use
a relative path Maven will calculate it relative to the ${basedir}
Thanx!
>
>
> - Steinar
>
>
--
Cheers, Stuart