On Thu, 2002-10-03 at 15:56, Moritz Petersen wrote:
> Hi List!
> 
> I am using Maven in a project, that is a stand-alone Java application. 
> While compiling and testing works fine, I have some problems in 
> understanding how the best way to create a distributable application is.
> My goal is, to get either a jar File, that contains all classes needed 
> by the application (by merging the other jars like Xerces etc.) or to 
> create a folder structure with a lib/ folder containing all needed .jar 
> files.
> As far as I can see, Maven doesn't support this... or am I overlooking 
> something?
> The end-user of the application should not use Maven to run the 
> application.
> 
> Any help will be appreciated.

You can take a look here:

http://tambora.zenplex.org/cgi-bin/cvsweb.cgi/plexus/

There is a deploy target which makes a
bin/
conf/
lib/

type structure for a stand-alone application. I am going to generalize
this and make a plugin when it works complete. But feel free to steal
:-)
 
> Thank you,
> 
> Moritz.
> 
> 
> --
> To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
-- 
jvz.

Jason van Zyl
[EMAIL PROTECTED]
http://tambora.zenplex.org

In short, man creates for himself a new religion of a rational
and technical order to justify his work and to be justified in it.
  
  -- Jacques Ellul, The Technological Society


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to