Re: duplicate Class-Path problem

2007-05-17 Thread gOrr
Hi. I'm sorry, I reply myself. It was just a version problem, I have updated maven and maven-jar-plugin and the bug has been fixed. Bye. On 5/17/07, gOrr <[EMAIL PROTECTED]> wrote: Hello. I'm using maven-jar-plugin with "addClasspath" setting to true. The META-INF/MANIFEST.MF file is being c

duplicate Class-Path problem

2007-05-17 Thread gOrr
Hello. I'm using maven-jar-plugin with "addClasspath" setting to true. The META-INF/MANIFEST.MF file is being created fine (with the correct Class-path value). My application needs several resources which should be added to the classpath. I have attempted to add resource folder in the "" tag, my