prep netvirt for enabling checkstyle on error
[netvirt.git] / openstack / net-virt-it / pom.xml
index 2cb140a51c9770b28e5cf914718c2249c5b3a46b..a5f63606d4c4c60b8d6f64b6af6720c1560889e3 100644 (file)
@@ -115,6 +115,10 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-checkstyle-plugin</artifactId>
+        <configuration>
+          <!--<propertyExpansion>checkstyle.violationSeverity=error</propertyExpansion>-->
+          <includeTestSourceDirectory>true</includeTestSourceDirectory>
+        </configuration>
       </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>