Re: assembly-plugin: exlude a file from dependent jar

2007-08-14 Thread aldana
Zarick Lau wrote: > > Have you try the unpackOptions under dependencySet? > no, i did not. But using your advice works :) Must have been blind, because I did not see this in assembly-descriptor description. -- View this message in context: http://www.nabble.com/assembly-plugin%3A-exlude-a

Re: assembly-plugin: exlude a file from dependent jar

2007-08-13 Thread Zarick Lau
On 8/13/07, aldana <[EMAIL PROTECTED]> wrote: > > hi all, > > in one of my projects i am having bouncycastle as a dependency. for > distribution i am using the assembly plugin. problem is that files BCKEY.DSA > and BCKEY.SF give me an SecurityException: no manifest section for signature > file entr

assembly-plugin: exlude a file from dependent jar

2007-08-13 Thread aldana
hi all, in one of my projects i am having bouncycastle as a dependency. for distribution i am using the assembly plugin. problem is that files BCKEY.DSA and BCKEY.SF give me an SecurityException: no manifest section for signature file entry so that is why i need to exclude these files from my bui