bug 1957 StackOverFlowError in YangParserImpl
[yangtools.git] / integration-test / pom.xml
index 77dd63be37a71195f7b98db72df02558cb2b7187..274a052d02bc252c5c50bf82e70653845c27019e 100644 (file)
@@ -7,8 +7,15 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
     xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 
+    <parent>
+      <groupId>org.opendaylight.yangtools</groupId>
+      <artifactId>yangtools-parent</artifactId>
+      <version>0.7.0-SNAPSHOT</version>
+      <relativePath>../common/parent</relativePath>
+    </parent>
+
     <groupId>org.opendaylight.yangtools</groupId>
-    <version>0.6.2-SNAPSHOT</version>
+    <version>0.7.0-SNAPSHOT</version>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>integration-tests-aggregator</artifactId>
     <packaging>pom</packaging>
         <module>yang-runtime-tests</module>
     </modules>
 
+    <build>
+        <plugins>
+           <plugin>
+             <groupId>org.apache.maven.plugins</groupId>
+             <artifactId>maven-checkstyle-plugin</artifactId>
+           </plugin>
+        </plugins>
+    </build>
 </project>