You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Jim Crossley <ji...@crossleys.org> on 2003/04/04 06:14:41 UTC

war files and applets?

I need to make an applet available from a webapp (so it can't be
beneath WEB-INF).  I can't figure out a clean way to do it using the
war plugin.  To make it work for both war:war and war:webapp, I ended
up copying the applet's class file to ${maven.src.dir}/webapp in a
war:init preGoal, but that's kinda gross to muck up the src branch,
isn't it?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org