Yes, this is the problem I am trying to solve.. -Steve
-----Original Message----- From: Allison, Bob [mailto:[EMAIL PROTECTED] Sent: Monday, June 26, 2006 7:08 AM To: Maven Users List Subject: RE: How do I use the output of a maven build as a resources of another. [heur] Importance: Low If the applet is supposed to be downloadable from within the web application, though, this won't work since things under WEB-INF are not reachable from the browser. How would you get the applet jar placed in the web application so that the browser can get to it? -----Original Message----- From: Wendy Smoak [mailto:[EMAIL PROTECTED] Sent: Friday, June 23, 2006 8:10 PM To: Maven Users List Subject: Re: How do I use the output of a maven build as a resources of another. On 6/23/06, Steve Menke <[EMAIL PROTECTED]> wrote: > I am using maven 2.0 to build a jar file of applet classes. I need to > include this output as resource / file in a web application which is > also built with maven 2.0. Does anyone know the best and hopefully > easiest way of doing this? In the webapp module, declare a dependency on your applet jar, and Maven will include it in WEB-INF/lib. Make sure you build the applet jar with 'mvn install' (not just 'mvn package') so it will be present in your local repository. -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] This communication is the property of Qwest and may contain confidential or privileged information. Unauthorized use of this communication is strictly prohibited and may be unlawful. If you have received this communication in error, please immediately notify the sender by reply e-mail and destroy all copies of the communication and any attachments. --------------------------------------------------------------------- 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]