628e74348df396e02e76a51b3268db3edc6c1f10
[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     <version>${release.version}</version>
12     <dependencies>
13         <dependency>
14             <groupId>org.opendaylight.controller</groupId>
15             <artifactId>yang-model-api</artifactId>
16         </dependency>
17     </dependencies>
18
19     <build>
20         <plugins>
21             <plugin>
22                 <groupId>org.apache.maven.plugins</groupId>
23                 <artifactId>maven-jar-plugin</artifactId>
24                 <version>2.4</version>
25                 <executions>
26                     <execution>
27                         <phase>package</phase>
28                         <goals>
29                             <goal>test-jar</goal>
30                         </goals>
31                     </execution>
32                 </executions>
33             </plugin>
34         </plugins>
35     </build>
36 </project>