mirror of
https://github.com/nasa/openmct.git
synced 2025-05-02 08:43:17 +00:00
[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:
parent
6ed14ed3a9
commit
11ab4df159
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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user