Deploying war internals in webapp directory in Maven

Posted by soumik on Stack Overflow See other posts from Stack Overflow or by soumik
Published on 2010-03-31T10:22:56Z Indexed on 2010/03/31 10:43 UTC
Read the original article Hit count: 418

Filed under:
|
|

I've a base project which has a dependency on a custom war to be downloaded from a remote repository.
I'm able to download and run the war, however the custom war has some html & js files which i need to get extracted in my base project's webapp directory.
How do I specify a location for the custom.war to explode at a specified directory?

© Stack Overflow or respective owner

Related posts about maven

Related posts about war