Re: [Clirr-devel] maven goal for executable jar?
Status: Alpha
Brought to you by:
lkuehne
From: <lak...@t-...> - 2004-06-23 05:18:35
|
Never tried it myself, but maybe http://maven.apache.org/reference/plugins/uberjar/ is what you are looking for? Simon Kitching wrote: >Hi, > >Now we have a command-line interface for clirr, do you think it would be >nice to have a maven goal that builds a jar file which can be used like >this? > > java -jar clirr-app.jar -o old/foo.jar -n new/foo.jar > >Can maven do this? > >I believe that a jar file can "contain" its dependent jar files (eg >commons-cli, bcel, ...) and use something in META-INF to make them >effectively "in the classpath". This means that users don't need to >download the dependencies and fiddle around with CLASSPATH vars etc... > >Regards, > >Simon > > > >------------------------------------------------------- >This SF.Net email sponsored by Black Hat Briefings & Training. >Attend Black Hat Briefings & Training, Las Vegas July 24-29 - >digital self defense, top technical experts, no vendor pitches, >unmatched networking opportunities. Visit www.blackhat.com >_______________________________________________ >Clirr-devel mailing list >Cli...@li... >https://lists.sourceforge.net/lists/listinfo/clirr-devel > > > |