89417b022ed259917e1fc621dd053fd676b63d13
[controller.git] / opendaylight / sal / yang-prototype / code-generator / maven-yang / 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-SNAPSHOT</version>
8         <relativePath>../../yang/pom.xml</relativePath>
9     </parent>
10     <artifactId>yang-maven-plugin-spi</artifactId>
11
12     <dependencies>
13         <dependency>
14             <groupId>org.opendaylight.controller</groupId>
15             <artifactId>yang-model-api</artifactId>
16             <version>0.5-SNAPSHOT</version>
17         </dependency>
18     </dependencies>
19
20     <build>
21         <plugins>
22             <plugin>
23                 <groupId>org.apache.maven.plugins</groupId>
24                 <artifactId>maven-jar-plugin</artifactId>
25                 <version>2.4</version>
26                 <executions>
27                     <execution>
28                         <phase>package</phase>
29                         <goals>
30                             <goal>test-jar</goal>
31                         </goals>
32                     </execution>
33                 </executions>
34             </plugin>
35         </plugins>
36     </build>
37 </project>