I'm not really sure what's wrong. Your POM seems to be correct. Do you have dependencies that do not have a "provided" scope? These are excluded from the classpath. Otherwise I'm not sure what's wrong. Anyone else have any ideas?
_Mang Lau "Kees de Kooter" <[EMAIL PROTECTED]> 02/22/2006 01:43 PM Please respond to "Maven Users List" <[email protected]> To "Maven Users List" <[email protected]> cc Subject Re: Correct usage of addClasspath tag for maven-jar-plugin I have a _lot_ of dependencies in my POM. But nothing is appearing in my manifest. On 2/22/06, Mang Jun Lau <[EMAIL PROTECTED]> wrote: > The addClasspath tag only adds a class-path entry to the manifest file if > you have dependencies specified in your POM. > > > _Mang Lau --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
