From 11ab4df159282e98ce0d871a04b8a27d4eed85f4 Mon Sep 17 00:00:00 2001 From: Victor Woeltjen Date: Thu, 21 May 2015 20:47:49 -0700 Subject: [PATCH] [Configuration] Ignore node modules in build Ignore node modules and the top-level app.js when running JSLint for a Maven build; scope of this testing is client code. WTD-1199. --- pom.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pom.xml b/pom.xml index 783cc8ce45..b8cc32ca06 100644 --- a/pom.xml +++ b/pom.xml @@ -160,6 +160,8 @@ ${basedir} **/lib/** + app.js + node_modules/**/*