Re: Creating a nice application package with execution bat+sh files... problem with maven-assembly-plugin?

2008-05-30 Thread Kent Närling
Actually, the "include the world" problem was me having a bad dependency to some stufff... :-( Does the shade plugin bundle all classes unpacked inside the jar? That usually becomes a bit clumsy... //Kent 2008/5/30 [EMAIL PROTECTED] <[EMAIL PROTECTED]>: > Kent Närling schrieb: > > Hi! > > > > I

Re: Creating a nice application package with execution bat+sh files... problem with maven-assembly-plugin?

2008-05-30 Thread [EMAIL PROTECTED]
Kent Närling schrieb: > Hi! > > I would like to be able to build a self-sufficient application package from > a project into a zip/tar, ie with all dependencies and a prepared scrip to > execute it. > > I have so far tried two approches: > > A, Using maven-assembly-plugin and creating my own assemb

Antwort: Creating a nice application package with execution bat+sh files... problem with maven-assembly-plugin?

2008-05-29 Thread torsten . reinhard
"Kent Närling" <[EMAIL PROTECTED]> 30.05.2008 07:02 Bitte antworten an "Maven Users List" An users@maven.apache.org Kopie Thema Creating a nice application package with execution bat+sh files... problem with maven-assembly-plugin? Hi! I would like to be able

Creating a nice application package with execution bat+sh files... problem with maven-assembly-plugin?

2008-05-29 Thread Kent Närling
Hi! I would like to be able to build a self-sufficient application package from a project into a zip/tar, ie with all dependencies and a prepared scrip to execute it. I have so far tried two approches: A, Using maven-assembly-plugin and creating my own assembly file This has two problems: