Merge "- Adding hashCode() and equals() method for v6Match - Fixing mac settings...
[controller.git] / opendaylight / sal / yang-prototype / code-generator / maven-yang-plugin-it / src / test / resources / YangRootNotExist / pom.xml
index 6208231c6feb9d42c01419b480ff87c7537aa169..af11a69f10bf88832e5e500fc771b0c1c5eecd32 100644 (file)
@@ -1,11 +1,10 @@
 <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">
     <modelVersion>4.0.0</modelVersion>
-    <parent>
-        <artifactId>binding-generator</artifactId>
-        <groupId>org.opendaylight.controller</groupId>
-        <version>0.5-SNAPSHOT</version>
-    </parent>
+
+    <groupId>org.opendaylight.controller</groupId>
+    <version>0.5.4-SNAPSHOT</version>
+
     <artifactId>test</artifactId>
 
     <build>
@@ -13,7 +12,7 @@
             <plugin>
                 <groupId>org.opendaylight.controller</groupId>
                 <artifactId>yang-maven-plugin</artifactId>
-                <version>0.5-SNAPSHOT</version>
+                <version>0.5.4-SNAPSHOT</version>
                 <executions>
                     <execution>
                         <goals>
@@ -21,6 +20,7 @@
                         </goals>
                         <configuration>
                             <yangFilesRootDir>unknown</yangFilesRootDir>
+                            <inspectDependencies>false</inspectDependencies>
                             <codeGenerators>
                                 <generator>
                                     <codeGeneratorClass>
                                     </outputBaseDir>
                                 </generator>
                             </codeGenerators>
-                                                       <resourceProviders>
-                                <provider>
-                                    <resourceProviderClass>
-                                        org.opendaylight.controller.yang2sources.spi.ResourceProviderTestImpl
-                                    </resourceProviderClass>
-                                    <outputBaseDir>
-                                        outDir/
-                                    </outputBaseDir>
-                                </provider>
-                            </resourceProviders>
                         </configuration>
                     </execution>
                 </executions>
             </plugin>
         </plugins>
     </build>
-</project>
\ No newline at end of file
+</project>