Bump odlparent 2.0.4 to 2.0.5
[yangtools.git] / yang / yang-test-util / pom.xml
index ba568cb10e267a3a373fe9f2a34af57208742aaa..792f82ea48b25d8c40e2eeded2a6a9ce262b9b15 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>2.0.4</version>
+        <version>2.0.5</version>
         <relativePath/>
     </parent>
 
         </dependency>
     </dependencies>
 
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-checkstyle-plugin</artifactId>
+                <configuration>
+                    <propertyExpansion>checkstyle.violationSeverity=error</propertyExpansion>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
+
     <!--
       Maven Site Configuration
 
       The following configuration is necessary for maven-site-plugin to
       correctly identify the correct deployment path for OpenDaylight Maven
       sites.
-  -->
+     -->
     <url>${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/</url>
 
     <distributionManagement>
@@ -59,4 +71,4 @@
         </site>
     </distributionManagement>
 
-</project>
\ No newline at end of file
+</project>