eclipse:eclipse and the Eclipse output directory

2008-11-07 Thread Michael Prescott
together. Is the idea to save disk space? Regards, Michael Prescott

RE: Building a Jar that includes library jars

2008-05-30 Thread Michael Prescott
Try using the assembly plugin with the built-in descriptor format of jar-with-dependencies. Michael -Original Message- From: Chris Boyer [mailto:[EMAIL PROTECTED] Sent: May 30, 2008 4:52 PM To: Maven Users List Subject: Building a Jar that includes library jars I can seem to find a way

RE: How to rename a jar dependency in assembly descriptor?

2008-05-30 Thread Michael Prescott
Yes, it seems to. Have a look at: http://maven.apache.org/plugins/maven-assembly-plugin/assembly.html Search for the text, "outputFileNameMapping". Michael -Original Message- From: Jiaqi Guo [mailto:[EMAIL PROTECTED] Sent: May 30, 2008 11:44 AM To: users@maven.apache.org Subject: How

Primary artifact: jar up some files, custom extension

2008-05-29 Thread Michael Prescott
lse foo-assembly-descriptor.xml The foo-assembly-descriptor.xml looks like this: foo zip src true The resulting assembly is "finalName.foo.zip"; I'd like it to be "finalName.foo&qu