Merge "Fixing sonar bug 1)Add a private constructor to hide the implicit public one...
[ovsdb.git] / southbound / southbound-impl / pom.xml
index cb103135a733a28688ac41b375f6f15d51831603..b5dc523fb74f4b655896c0186b41ae8bbf4e4073 100644 (file)
@@ -130,7 +130,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-checkstyle-plugin</artifactId>
         <configuration>
-          <failsOnError>true</failsOnError>
+          <propertyExpansion>checkstyle.violationSeverity=error</propertyExpansion>
         </configuration>
       </plugin>
       <plugin>