On Thu, Jun 4, 2009 at 9:13 AM, Horton, Anne B <[email protected]> wrote: > Say you have a Java application (j2Se) and it has some dependent > modules. Easy - right??? > > > > How do I get the Java application packaged as a jar when in my > <packaging> clause in the Java application pom.xml is "pom"? >
create another module that packages everything into the jar via the assembly plugin. -Wes -- Wes Wannemacher Author - Struts 2 In Practice Includes coverage of Struts 2.1, Spring, JPA, JQuery, Sitemesh and more http://www.manning.com/wannemacher --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
