java - Maven - deploy only static assets -
is there way rebuild or reinstall or redeploy static assets using maven (the terminology failing me here)?
what want able make change javascript file , deploy without having rebuild/install/deploy entire project.
thanks!
edit:
right now, in order change show have execute following:
cd /project/dir && mvn package && \ cd deploy/ && mvn stack-tomcat:deploy
if restricted maven command-line, see if tomcat:inplace
goal of maven tomcat plugin suits needs.
for local development, may find maven support various java ides gives faster edit-compile-run development cycle (e.g. m2e , m2e-wtp eclipse) , there jrebel.
Comments
Post a Comment