Exactly. I also use the dependencies plugin to copy all dependent jars to the lib dir. The finishing touch is a manual copy of this lib dir and the built jar to the deploy dir ;-)
Kees On 4/28/06, Wayne Fay <[EMAIL PROTECTED]> wrote: > Note however that this won't work if you have any dependencies that > aren't on your classpath somewhere. Your jar will run but you'll error > out very quickly due to JVM failure to find classes. ;-) > > Basically, there is no completely trivial way to solve this problem > that I'm aware of. But instead lots of little things you can do to > help get your project running. > > Wayne > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
