Merge "Moving a recently added trim() call in SwitchHandler after Null check."
[controller.git] / opendaylight / sal / yang-prototype / code-generator / yang-to-sources / 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>binding-generator</artifactId>
6         <groupId>org.opendaylight.controller</groupId>
7         <version>1.0</version>
8     </parent>
9     <artifactId>yang-to-sources</artifactId>
10
11     <dependencies>
12         <dependency>
13             <groupId>org.opendaylight.controller</groupId>
14             <artifactId>yang-model-api</artifactId>
15             <version>1.0</version>
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>