[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.
This commit is contained in:
2
pom.xml
2
pom.xml
@@ -160,6 +160,8 @@
|
|||||||
<sourceJsFolder>${basedir}</sourceJsFolder>
|
<sourceJsFolder>${basedir}</sourceJsFolder>
|
||||||
<excludes>
|
<excludes>
|
||||||
<exclude>**/lib/**</exclude>
|
<exclude>**/lib/**</exclude>
|
||||||
|
<exclude>app.js</exclude>
|
||||||
|
<exclude>node_modules/**/*</exclude>
|
||||||
</excludes>
|
</excludes>
|
||||||
</configuration>
|
</configuration>
|
||||||
<executions>
|
<executions>
|
||||||
|
|||||||
Reference in New Issue
Block a user