fix #1812 remove jslint
This commit is contained in:
parent
7c1d8476fe
commit
68c601c965
1 changed files with 1 additions and 2 deletions
3
pom.xml
3
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue