build web files with maven

55 Views Asked by At

I'm developing a simple maven web application using angular and java inside a same project.For front-end I use webapp/resources as the path.The problem was when I edit some javascipt/css or other static resources then I have to re-deploy the whole application.Is there a way to deploy only web files instead of re-deploying the whole app.I'm using 'tomcat7-maven-plugin' for building purpose.

thanks.

0

There are 0 best solutions below