01af98f61faf5030dfd2f5c6c4f36ddc4aed8489
[yangtools.git] / integration-test / regression-test-model / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- vi: set et smarttab sw=4 tabstop=4: -->
3 <!-- Copyright (c) 2013 Cisco Systems, Inc. and others. All rights reserved. This
4     program and the accompanying materials are made available under the terms of the
5     Eclipse Public License v1.0 which accompanies this distribution, and is available
6     at http://www.eclipse.org/legal/epl-v10.html -->
7 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
8     xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
9
10     <parent>
11         <groupId>org.opendaylight.yangtools</groupId>
12         <version>0.6.2-SNAPSHOT</version>
13         <artifactId>yangtools-parent</artifactId>
14         <relativePath>/../../common/parent/pom.xml</relativePath>
15     </parent>
16
17     <modelVersion>4.0.0</modelVersion>
18     <artifactId>regresion-test-model</artifactId>
19     <name>${project.artifactId}</name>
20     <description>${project.artifactId}</description>
21
22     <build>
23         <plugins>
24             <plugin>
25                 <artifactId>maven-jar-plugin</artifactId>
26             </plugin>
27             <plugin>
28                 <groupId>org.apache.felix</groupId>
29                 <artifactId>maven-bundle-plugin</artifactId>
30                 <extensions>true</extensions>
31                 <configuration>
32                     <instructions>
33                         <Bundle-Name>org.opendaylight.yangtools.model.${project.artifactId}</Bundle-Name>
34                     </instructions>
35                 </configuration>
36             </plugin>
37             <plugin>
38                 <groupId>org.opendaylight.yangtools</groupId>
39                 <artifactId>yang-maven-plugin</artifactId>
40             </plugin>
41         </plugins>
42     </build>
43     <dependencies>
44         <dependency>
45             <groupId>org.opendaylight.yangtools.model</groupId>
46             <artifactId>yang-ext</artifactId>
47         </dependency>
48     </dependencies>
49 </project>