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