BUG-865: migrate tests to use BindingGeneratorImpl(boolean)
[mdsal.git] / code-generator / pom.xml
index 58846d1c45a6b35735d2960f324b15d76dc6c99c..fc239681b50fbf6de3dfabd9397fd4c634b01481 100644 (file)
@@ -15,8 +15,6 @@
         <version>0.6.2-SNAPSHOT</version>
         <relativePath>../common/parent</relativePath>
     </parent>
-    <groupId>org.opendaylight.yangtools</groupId>
-    <version>0.6.2-SNAPSHOT</version>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>binding-generator</artifactId>
     <packaging>pom</packaging>
@@ -32,6 +30,8 @@
         <module>binding-java-api-generator</module>
         <module>binding-type-provider</module>
         <module>maven-sal-api-gen-plugin</module>
+        <module>binding-test-model</module>
+        <module>binding-data-codec</module>
     </modules>
 
 
             </dependency>
 
             <!-- Local Dependencies -->
+            <dependency>
+                <groupId>org.opendaylight.yangtools</groupId>
+                <artifactId>binding-test-model</artifactId>
+                <version>${project.version}</version>
+            </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>binding-model-api</artifactId>
                 </plugin>
             </plugins>
         </pluginManagement>
+        <plugins>
+           <plugin>
+             <groupId>org.apache.maven.plugins</groupId>
+             <artifactId>maven-checkstyle-plugin</artifactId>
+           </plugin>
+        </plugins>
     </build>
 
 </project>