Skip to content

Commit

Permalink
Disable default execution for jshint-maven-plugin. pinpoint-apm#1751
Browse files Browse the repository at this point in the history
  • Loading branch information
koo-taejin committed May 10, 2016
1 parent af4bf45 commit e998c4c
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -849,13 +849,6 @@
<groupId>com.cj.jshintmojo</groupId>
<artifactId>jshint-maven-plugin</artifactId>
<version>1.6.0</version>
<executions>
<execution>
<goals>
<goal>lint</goal>
</goals>
</execution>
</executions>
<configuration>
<options>sub, boss, newcap, loopfunc</options>
<globals></globals>
Expand Down

0 comments on commit e998c4c

Please # to comment.