Thanks for the reply Wendy.

That's what I was about to do, but that really is a hack. There's got to be a better way than that. Isn't there? I thought maven would at least have the functionality of ant.

At the very least, is there a way of having two project files without having two full directory structures?

Wendy Smoak wrote:
On Sat, Mar 22, 2008 at 12:40 PM, Trenton Adams <[EMAIL PROTECTED]> wrote:

 I have a webapp, and I want there to be a webapp WAR, and a developer
 JAR, which only includes the class files.  The JAR is needed for
 compilations of other apps depending on the webapp.

Split your project into multiple modules.  One builds the jar, and the
other builds the webapp.


Reply via email to