fix #1812 remove jslint

This commit is contained in:
Shinsuke Sugaya 2018-08-23 10:59:32 +09:00
parent 7c1d8476fe
commit 68c601c965

View file

@ -285,7 +285,6 @@
<phase>compile</phase>
<goals>
<goal>compress</goal>
<goal>jslint</goal>
</goals>
</execution>
</executions>
@ -294,7 +293,7 @@
<webappDirectory>${project.build.directory}/${project.build.finalName}-compress</webappDirectory>
<excludes>
<exclude>**/*min.js</exclude>
<exclude>**/form-validator/**/*.js</exclude>
<exclude>**/plugins/**/*.js</exclude>
<exclude>**/WEB-INF/site/**</exclude>
</excludes>
</configuration>