Unpacking an assembly inside of a war
Posted
by Walter White
on Stack Overflow
See other posts from Stack Overflow
or by Walter White
Published on 2010-05-26T12:48:22Z
Indexed on
2010/05/26
12:51 UTC
Read the original article
Hit count: 344
Hi all,
I have another project which contains static content (css, images, JS, etc.), and I need that to be copied to the web root directory of jetty for testing. In that project, I output a zip file packaging up all of the images, CSS, etc.
I have several of those virtualhost projects for different clients and my question is, how do I unpack the zip file that was already installed into the maven repository to the jetty web root?
Walter
© Stack Overflow or respective owner