You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by sc...@jeeprofessional.com on 2006/05/02 20:22:13 UTC

[m2] How to copy JSPs and other web files?

Is there a plugin/mojo that copies files, such as jsp, css, and js from the maven working dir (src/main/webapp/*) to the exploded war dir under target?  

This is for rapid webapp developement, so that a jsp/js/css change would not require a 'mvn package', which thus requires a re-deployment in Weblogic.  On other projects I've used 'war:exploded' or 'war:inplace', however those two options won't work for this client for various reasons.  

Any thoughts, I'm curious to see how others have solved this problem.  I've searched the list and only found solutions utilizing 'war:exploded' and 'war:inplace'.



Thank you,

Scott Williams
J2EE Specialist
Founder and CTO
Taylor Solutions, Inc.
scott@jeeprofessional.com




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


Re: [m2] How to copy JSPs and other web files?

Posted by Gwyn <gw...@gmail.com>.
I've not tested it, but isn't that the job of the 'process-resources' phase,
so won't 'mvn process-resources' (or mvn compile) do what you want?
--
View this message in context: http://www.nabble.com/-m2-How-to-copy-JSPs-and-other-web-files--t1544917.html#a4211408
Sent from the Maven - Users forum at Nabble.com.


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