Sounds reasonable. Be sure to attach your patch and test.

Wayne

On 10/17/07, Adrian Gonzalez <[EMAIL PROTECTED]> wrote:
> Hello,
>
> Version 2.2 of the plugin only uses the 'manifest'
> section of the configuration, not the full 'archive'
> configuration [1].
>
> Should I fill a JIRA issue ?
>
> I've only changed WarManifestMojo class the line :
> -> Manifest mf = ma.getManifest( getProject(),
> archive.getManifest() );
> to
> -> Manifest mf = ma.getManifest( getProject(), archive
> );
> and it works fine for me now.
>
> [1]
> with the following configuration :
> <archive>
>  <manifest>
>    <addClasspath>true</addClasspath>
>  </manifest>
>  <manifestEntries>
>    <Class-Path>test.jar</Class-Path>
>    <url>urlsample</url>
>  </manifestEntries>
> </archive>
>
> only 'addClasspath=true' will be taken into account.
>
>
>      
> _____________________________________________________________________________
> Ne gardez plus qu'une seule adresse mail ! Copiez vos mails vers Yahoo! Mail
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

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

Reply via email to