10x Martin.

The assembly plugin just bundles binaries and (optionally) sources.
What I'd like is something that I can open and execute.
For example, uberjar bundles the java application, along with all its
dependencies into one executable jar (you need only to specify in your
project properties what is the main class). When you execute the jar -
the application opens.

As I understood from the assembly plugin site, it is not built to do
such things.

Please inform me if I missed something.



-----Original Message-----
From: Martin Gilday [mailto:[EMAIL PROTECTED] 
Sent: Thursday, September 21, 2006 11:32 AM
To: Maven Users List
Subject: Re: Creating a Java application


I think you need the Assembly plugin
http://maven.apache.org/plugins/maven-assembly-plugin/introduction.html

HTH,
Martin.

----- Original message -----
From: [EMAIL PROTECTED]
To: users@maven.apache.org
Date: Thu, 21 Sep 2006 04:22:57 -0400
Subject: Creating a Java application

I know of two plugins for the purpose of creating a Java application
(i.e. something that packages an application along with it's
dependencies):

 

1.      uberjar
2.      javaapp

 

However, both of them look like history.

 

Does anyone know of such a plugin that works with Maven2 ?

 

 

Thanks ...


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


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

Reply via email to