Hello Alexander, On 9/22/06, Alexander Sack <[EMAIL PROTECTED]> wrote:
I'm trying to build an executable jar and I want to include some of the dependencies of my project in the jar itself for runtime. Is there a way to do this?
try to use the assembly plugin: http://maven.apache.org/plugins/maven-assembly-plugin/ -- http://valerioschiavoni.blogspot.com http://jroller.com/page/vschiavoni
