Re: assembly and jar plugins with SNAPSHOT dependencies and classpath manifest

2007-02-19 Thread Geoffrey De Smet
FYI, I just found this one which seems to be the bug (please vote ;) http://jira.codehaus.org/browse/MJAR-28 With kind regards, Geoffrey De Smet Geoffrey De Smet schreef: I have a dependency on a SNAPSHOT which I didn't build myself, for example fun-0.1.0-SNAPSHOT.jar. My jar plugin is configu

assembly and jar plugins with SNAPSHOT dependencies and classpath manifest

2007-02-16 Thread Geoffrey De Smet
I have a dependency on a SNAPSHOT which I didn't build myself, for example fun-0.1.0-SNAPSHOT.jar. My jar plugin is configured with: true so it generates: Class-Path: fun-0.1.0-SNAPSHOT.jar ... My assembly plugin has a descriptor like this: /lib runtime The problem is,