OK, I got uberjar to initially work, but I have an issue:

uberjar creates a target jar file empty. Meaning it does not use the multiproject jars that I created. How can I have uberjar include my ui.jar, common.jar, and dbservice.jar into the App-uber.jar, then run a main class that is inside of that?

Or must I move the main class to the top level, and just include the common and dbservice jars


Thank You
Mick Knutson

Sr. Java/J2EE Consultant
BASE logic, inc.
(415) 648-1804 (S.F., CA)
http://www.BASELogic.com

HP Consulting Services (Walnut Creek, CA)




From: Jörg Schaible <[EMAIL PROTECTED]>
Reply-To: "Maven Users List" <users@maven.apache.org>
To: "Maven Users List" <users@maven.apache.org>
Subject: RE: How do I package a Swing application in Maven?
Date: Tue, 23 Aug 2005 09:09:04 +0200

Hi Mick,

Mick Knutson wrote on Monday, August 22, 2005 7:03 PM:

> I have many items I want to combine for a swing application using
> maven. I am just wondering what the best approach is to packaging the
> many libs I will be using.

Have a look at the plugins uberjar or javaapp.

- Jörg

---------------------------------------------------------------------
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