Quoting Roberto Simoni <[EMAIL PROTECTED]>:

> Hi, do u know how can I add dependency information in the MANIFEST.MF
> I know that I have to use the 'Extension-List' field and other subfields
> like: <dependency>-Extension-Name, <dependency>-Implementation-Version,
> etc...
> Is there a way to compile this info with Maven?
> 

this is perhaps not exactly what you want but you can control the manifest using
maven.jar.manifest property. [quoting] This file is 'merged' with the default
manifest created by Maven [/quoting]
(http://maven.apache.org/reference/plugins/jar/releases/v1.1/properties.html)

-- gd

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to