From 5984bc53a7ff646b583c2ec9af35c9fdd2bbc17f Mon Sep 17 00:00:00 2001 From: Iain Duncan Date: Fri, 4 Nov 2016 14:01:19 +0000 Subject: [PATCH] Get mvn clean to delete node_modules To fix issue #97 mvn clean now deletes node_modules so that when there is a version update it will refresh all the node modules --- web-application/pom.xml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/web-application/pom.xml b/web-application/pom.xml index bce6c599..aeeb27b7 100644 --- a/web-application/pom.xml +++ b/web-application/pom.xml @@ -87,8 +87,19 @@ src/main/static - + + maven-clean-plugin + 3.0.0 + + + + src/main/static/node_modules + + + + +