0639ef6b2cd5bf00e1b44ab9b7794838fecd44fb
[bgpcep.git] / programming / impl / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- vi: set et smarttab sw=4 tabstop=4: -->
3 <!--
4  Copyright (c) 2013 Cisco Systems, Inc. and others.  All rights reserved.
5
6  This program and the accompanying materials are made available under the
7  terms of the Eclipse Public License v1.0 which accompanies this distribution,
8  and is available at http://www.eclipse.org/legal/epl-v10.html
9 -->
10
11 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
12
13     <modelVersion>4.0.0</modelVersion>
14     <parent>
15         <groupId>org.opendaylight.bgpcep</groupId>
16         <artifactId>config-parent</artifactId>
17         <version>0.8.0-SNAPSHOT</version>
18         <relativePath>../../config-parent</relativePath>
19     </parent>
20
21     <artifactId>programming-impl</artifactId>
22     <packaging>bundle</packaging>
23     <description>Programming Implementation</description>
24     <name>${project.artifactId}</name>
25
26     <dependencies>
27         <dependency>
28             <groupId>${project.groupId}</groupId>
29             <artifactId>programming-api</artifactId>
30         </dependency>
31         <dependency>
32             <groupId>${project.groupId}</groupId>
33             <artifactId>programming-spi</artifactId>
34         </dependency>
35
36         <dependency>
37             <groupId>org.opendaylight.controller</groupId>
38             <artifactId>sal-binding-api</artifactId>
39         </dependency>
40         <dependency>
41             <groupId>org.slf4j</groupId>
42             <artifactId>slf4j-api</artifactId>
43         </dependency>
44         <dependency>
45             <groupId>com.google.guava</groupId>
46             <artifactId>guava</artifactId>
47         </dependency>
48         <dependency>
49             <groupId>io.netty</groupId>
50             <artifactId>netty-common</artifactId>
51         </dependency>
52
53         <dependency>
54             <groupId>org.opendaylight.mdsal</groupId>
55             <artifactId>yang-binding</artifactId>
56         </dependency>
57         <dependency>
58             <groupId>org.opendaylight.yangtools</groupId>
59             <artifactId>yang-common</artifactId>
60         </dependency>
61         <dependency>
62             <groupId>org.opendaylight.yangtools</groupId>
63             <artifactId>concepts</artifactId>
64         </dependency>
65
66         <dependency>
67             <groupId>org.opendaylight.controller</groupId>
68             <artifactId>config-api</artifactId>
69         </dependency>
70         <dependency>
71             <groupId>org.opendaylight.controller</groupId>
72             <artifactId>sal-common-api</artifactId>
73         </dependency>
74         <dependency>
75             <groupId>org.opendaylight.controller</groupId>
76             <artifactId>sal-binding-config</artifactId>
77         </dependency>
78         <dependency>
79             <groupId>org.opendaylight.controller</groupId>
80             <artifactId>netty-config-api</artifactId>
81         </dependency>
82         <dependency>
83             <groupId>org.osgi</groupId>
84             <artifactId>org.osgi.core</artifactId>
85             <scope>provided</scope>
86         </dependency>
87
88         <!-- Testing dependencies -->
89         <dependency>
90             <groupId>${project.groupId}</groupId>
91             <artifactId>pcep-tunnel-api</artifactId>
92             <version>${project.version}</version>
93             <scope>test</scope>
94         </dependency>
95         <dependency>
96             <groupId>${project.groupId}</groupId>
97             <artifactId>testtool-util</artifactId>
98             <scope>test</scope>
99         </dependency>
100         <dependency>
101             <groupId>junit</groupId>
102             <artifactId>junit</artifactId>
103         </dependency>
104         <dependency>
105             <groupId>org.opendaylight.controller</groupId>
106             <artifactId>config-manager</artifactId>
107             <type>test-jar</type>
108         </dependency>
109         <dependency>
110             <groupId>org.opendaylight.controller</groupId>
111             <artifactId>config-manager</artifactId>
112             <scope>test</scope>
113         </dependency>
114         <dependency>
115             <groupId>org.opendaylight.controller</groupId>
116             <artifactId>config-util</artifactId>
117         </dependency>
118         <dependency>
119             <groupId>org.mockito</groupId>
120             <artifactId>mockito-core</artifactId>
121         </dependency>
122         <dependency>
123             <groupId>org.opendaylight.yangtools</groupId>
124             <artifactId>mockito-configuration</artifactId>
125         </dependency>
126         <dependency>
127             <groupId>org.opendaylight.controller</groupId>
128             <artifactId>netty-timer-config</artifactId>
129             <scope>test</scope>
130         </dependency>
131         <dependency>
132             <groupId>org.opendaylight.controller</groupId>
133             <artifactId>sal-broker-impl</artifactId>
134             <scope>test</scope>
135         </dependency>
136         <dependency>
137             <groupId>org.opendaylight.mdsal</groupId>
138             <artifactId>mdsal-binding-generator-impl</artifactId>
139             <scope>test</scope>
140         </dependency>
141         <dependency>
142             <groupId>org.opendaylight.yangtools</groupId>
143             <artifactId>yang-model-api</artifactId>
144             <scope>test</scope>
145         </dependency>
146         <dependency>
147             <groupId>org.opendaylight.yangtools</groupId>
148             <artifactId>yang-parser-api</artifactId>
149             <scope>test</scope>
150         </dependency>
151         <dependency>
152             <groupId>org.opendaylight.controller</groupId>
153             <artifactId>sal-binding-broker-impl</artifactId>
154             <scope>test</scope>
155         </dependency>
156         <dependency>
157             <groupId>org.opendaylight.controller</groupId>
158             <artifactId>sal-binding-broker-impl</artifactId>
159             <scope>test</scope>
160             <type>test-jar</type>
161         </dependency>
162         <dependency>
163             <groupId>org.hamcrest</groupId>
164             <artifactId>hamcrest-core</artifactId>
165             <scope>test</scope>
166         </dependency>
167         <dependency>
168             <groupId>org.opendaylight.controller</groupId>
169             <artifactId>sal-dom-broker-config</artifactId>
170             <scope>test</scope>
171         </dependency>
172         <dependency>
173             <groupId>org.opendaylight.yangtools</groupId>
174             <artifactId>yang-test-util</artifactId>
175         </dependency>
176     </dependencies>
177
178     <build>
179         <plugins>
180            <plugin>
181                <groupId>org.apache.felix</groupId>
182                <artifactId>maven-bundle-plugin</artifactId>
183                <extensions>true</extensions>
184                <configuration>
185                    <instructions>
186                        <Bundle-Name>${project.groupId}.${project.artifactId}</Bundle-Name>
187                        <Export-Package>
188                             org.opendaylight.bgpcep.programming.impl,
189                             org.opendaylight.controller.config.yang.programming.impl
190                             ;-split-package:=error
191                         </Export-Package>
192                    </instructions>
193                </configuration>
194            </plugin>
195            <plugin>
196                 <groupId>org.apache.maven.plugins</groupId>
197                 <artifactId>maven-jar-plugin</artifactId>
198                 <executions>
199                     <execution>
200                         <phase>package</phase>
201                         <goals>
202                             <goal>test-jar</goal>
203                         </goals>
204                     </execution>
205                 </executions>
206             </plugin>
207             <plugin>
208                 <groupId>org.opendaylight.yangtools</groupId>
209                 <artifactId>yang-maven-plugin</artifactId>
210             </plugin>
211         </plugins>
212     </build>
213
214     <scm>
215         <connection>scm:git:ssh://git.opendaylight.org:29418/bgpcep.git</connection>
216         <developerConnection>scm:git:ssh://git.opendaylight.org:29418/bgpcep.git</developerConnection>
217         <url>https://wiki.opendaylight.org/view/BGP_LS_PCEP:Main</url>
218         <tag>HEAD</tag>
219     </scm>
220     
221     <url>${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/</url>
222     <distributionManagement>
223         <site>
224             <id>opendaylight-site</id>
225             <url>${nexus.site.url}/${project.artifactId}/</url>
226         </site>
227     </distributionManagement>
228 </project>