Fix issues related to checkstyle enforcement
[openflowplugin.git] / applications / table-miss-enforcer / pom.xml
index 0f02ac7747b183897067aa048bf60728a9d540d1..51e8dad62bc08bd84048a61fb2abf70a9548f07e 100644 (file)
 
     <build>
      <plugins>
+         <plugin>
+             <groupId>org.apache.maven.plugins</groupId>
+             <artifactId>maven-checkstyle-plugin</artifactId>
+             <configuration>
+                 <propertyExpansion>checkstyle.violationSeverity=warning</propertyExpansion>
+             </configuration>
+         </plugin>
          <plugin>
              <groupId>org.opendaylight.yangtools</groupId>
              <artifactId>yang-maven-plugin</artifactId>