On Tuesday 26 September 2006 08:26, David Leangen wrote:
> I'm just wondering if the manifest needs to be placed in
> META-INF/MANIFEST.MF, or can it be put somewhere else? Can I set this
> parameter somewhere? It wasn't evident to me by looking at the code...

Well, it is a Java platform requirement that the manifest has exactly that 
name/location inside the JAR file. It is not negotiable.

If you are talking about the location on the disk, which is generated by the 
Maven OSGi Plugin to support Eclipsen development, then that is set by the 
<osgi-manifest> property in the POM.

> Also, am I able to set these parameters, which seem to be auto-generated
> by the plugin?
>
>   Extension-Name
>   Implementation-Vendor
>   Implementation-Title

The Maven OSGi plugin utilizes the standard MavenArchiver, which has some 
system for setting these, probably from POM entries or properties.
I don't know the details...


Cheers
Niclas

_______________________________________________
general mailing list
[email protected]
http://lists.ops4j.org/mailman/listinfo/general

Reply via email to