Bumped version of YANG tools to 0.5.3-SNAPSHOT
[controller.git] / opendaylight / sal / yang-prototype / code-generator / maven-yang-plugin-it / pom.xml
index e3a54ba32a48a73cd0058d62ad5960e8fe26082f..a90b6045dc6d2277ebedc60d70b1b1a3f4ec3177 100644 (file)
@@ -2,12 +2,12 @@
     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>
+        <artifactId>yang</artifactId>
         <groupId>org.opendaylight.controller</groupId>
-        <version>1.0</version>
+        <version>0.5.3-SNAPSHOT</version>
+        <relativePath>../../yang/pom.xml</relativePath>
     </parent>
-    <artifactId>maven-yang-plugin-it</artifactId>
-
+    <artifactId>yang-maven-plugin-it</artifactId>
 
     <dependencies>
         <dependency>
             <scope>test</scope>
         </dependency>
     </dependencies>
+
+    <build>
+        <plugins>
+            <plugin>
+                <artifactId>maven-failsafe-plugin</artifactId>
+                <version>2.6</version>
+                <executions>
+                    <execution>
+                        <goals>
+                            <goal>integration-test</goal>
+                            <goal>verify</goal>
+                        </goals>
+                    </execution>
+                </executions>
+            </plugin>
+        </plugins>
+    </build>
 </project>
\ No newline at end of file