BUG-7464: enable checkstyle plugin
[yangtools.git] / third-party / triemap / pom.xml
index 479f6c58d982be2e740cd5817a6313eef84a6671..836cd6ab4eef43a2dfd907227ddb502c79a1edc1 100644 (file)
     <build>
         <plugins>
             <plugin>
-                <!-- This project has a different license -->
                 <artifactId>maven-checkstyle-plugin</artifactId>
                 <configuration>
-                    <skip>true</skip>
                     <propertyExpansion>checkstyle.violationSeverity=warning</propertyExpansion>
                 </configuration>
+                <executions>
+                    <execution>
+                        <id>check-license</id>
+                        <goals>
+                            <goal>check</goal>
+                        </goals>
+                        <configuration>
+                            <!-- This project has a different license -->
+                            <skip>true</skip>
+                        </configuration>
+                    </execution>
+                </executions>
             </plugin>
             <plugin>
                 <groupId>org.codehaus.mojo</groupId>