Merge "Add IfNewHostNotify to DeviceManager"
[controller.git] / opendaylight / sal / yang-prototype / code-generator / maven-yang-plugin-it / pom.xml
1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2     xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3     <modelVersion>4.0.0</modelVersion>
4     <parent>
5         <artifactId>yang</artifactId>
6         <groupId>org.opendaylight.controller</groupId>
7         <version>0.5.2-SNAPSHOT</version>
8         <relativePath>../../yang/pom.xml</relativePath>
9     </parent>
10     <artifactId>yang-maven-plugin-it</artifactId>
11
12     <dependencies>
13         <dependency>
14             <groupId>org.apache.maven.shared</groupId>
15             <artifactId>maven-verifier</artifactId>
16             <version>1.4</version>
17             <scope>test</scope>
18         </dependency>
19     </dependencies>
20
21     <build>
22         <plugins>
23             <plugin>
24                 <artifactId>maven-failsafe-plugin</artifactId>
25                 <version>2.6</version>
26                 <executions>
27                     <execution>
28                         <goals>
29                             <goal>integration-test</goal>
30                             <goal>verify</goal>
31                         </goals>
32                     </execution>
33                 </executions>
34             </plugin>
35         </plugins>
36     </build>
37 </project>