From 83fb46de5ee8da157484e61cc131ecabe841e09d Mon Sep 17 00:00:00 2001 From: Masaki Muranaka Date: Sun, 4 Nov 2018 06:46:14 +0000 Subject: [PATCH] Ignore Java files in `node_modules/` on the build phase. fixes #11822. Signed-off-by: Masaki Muranaka --- dashboard/pom.xml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/dashboard/pom.xml b/dashboard/pom.xml index b251de2439..fa4e202007 100644 --- a/dashboard/pom.xml +++ b/dashboard/pom.xml @@ -36,6 +36,15 @@ dashboard-war + + org.apache.maven.plugins + maven-compiler-plugin + + + node_modules/**/*.java + + + org.apache.maven.plugins maven-war-plugin