Re: maven-war-plugin : manifest goal limitation

2007-10-17 Thread Wayne Fay
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 ? > >

maven-war-plugin : manifest goal limitation

2007-10-17 Thread Adrian Gonzalez
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 -> Manifes