A race condition occurs between ARPHandler and HostTracker if the ARP
[controller.git] / opendaylight / sal / yang-prototype / yang / 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.4-SNAPSHOT</version>
8     </parent>
9     <artifactId>yang-maven-plugin-it</artifactId>
10
11     <dependencies>
12         <dependency>
13             <groupId>org.apache.maven.shared</groupId>
14             <artifactId>maven-verifier</artifactId>
15             <version>1.4</version>
16             <scope>test</scope>
17         </dependency>
18     </dependencies>
19
20     <build>
21         <plugins>
22             <plugin>
23                 <artifactId>maven-failsafe-plugin</artifactId>
24                 <version>2.6</version>
25                 <executions>
26                     <execution>
27                         <goals>
28                             <goal>integration-test</goal>
29                             <goal>verify</goal>
30                         </goals>
31                     </execution>
32                 </executions>
33             </plugin>
34         </plugins>
35     </build>
36 </project>