2008/2/22, Thor <[EMAIL PROTECTED]>:
> Hello everyone?
>
> Is there a way to include the dependency jars inside the packaged jar, like
> in the META-INF/lib directory?
Hi Thor,
have you tried mvn assembly -DdescriptorId=jar-with-dependencies? This
create a jar with all dependencies exploded into
Hello everyone?
Is there a way to include the dependency jars inside the packaged jar, like
in the META-INF/lib directory?
And another question, is there a way to customize the
application.xmldirective ? with the ear plugin?