67e2934a0ea1b604d2737d122bf723714045722c
[controller.git] / opendaylight / md-sal / sal-netconf-connector / 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         <groupId>org.opendaylight.controller</groupId>
6         <artifactId>sal-parent</artifactId>
7         <version>1.0-SNAPSHOT</version>
8     </parent>
9     <properties>
10         <netconf.version>0.2.3-SNAPSHOT</netconf.version>
11     </properties>
12     <artifactId>sal-netconf-connector</artifactId>
13     <scm>
14         <connection>scm:git:ssh://git.opendaylight.org:29418/controller.git</connection>
15         <developerConnection>scm:git:ssh://git.opendaylight.org:29418/controller.git</developerConnection>
16         <url>https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL</url>
17     </scm>
18
19     <dependencies>
20         <dependency>
21             <groupId>${project.groupId}</groupId>
22             <artifactId>sal-connector-api</artifactId>
23         </dependency>
24         <dependency>
25             <groupId>${project.groupId}</groupId>
26             <artifactId>sal-common-util</artifactId>
27             <version>1.0-SNAPSHOT</version>
28         </dependency>
29         <dependency>
30             <groupId>org.eclipse.xtend</groupId>
31             <artifactId>org.eclipse.xtend.lib</artifactId>
32         </dependency>
33         <dependency>
34             <groupId>org.opendaylight.controller</groupId>
35             <artifactId>netty-threadgroup-config</artifactId>
36             <version>0.2.3-SNAPSHOT</version>
37         </dependency>
38         <dependency>
39             <groupId>org.opendaylight.controller</groupId>
40             <artifactId>netconf-client</artifactId>
41             <version>${netconf.version}</version>
42         </dependency>
43         <dependency>
44             <groupId>org.opendaylight.yangtools</groupId>
45             <artifactId>yang-data-impl</artifactId>
46             <version>0.5.9-SNAPSHOT</version>
47         </dependency>
48         <dependency>
49             <groupId>org.opendaylight.controller</groupId>
50             <artifactId>sal-broker-impl</artifactId>
51             <version>1.0-SNAPSHOT</version>
52             <scope>test</scope>
53             <type>jar</type>
54         </dependency>
55         <dependency>
56             <groupId>junit</groupId>
57             <artifactId>junit</artifactId>
58             <scope>test</scope>
59         </dependency>
60         <dependency>
61             <groupId>${project.groupId}</groupId>
62             <artifactId>yang-test</artifactId>
63             <version>${netconf.version}</version>
64             <scope>test</scope>
65         </dependency>
66         <dependency>
67             <groupId>${project.groupId}</groupId>
68             <artifactId>config-api</artifactId>
69             <version>${netconf.version}</version>
70             <scope>provided</scope>
71         </dependency>
72         <dependency>
73             <groupId>${project.groupId}</groupId>
74             <artifactId>config-util</artifactId>
75             <version>${netconf.version}</version>
76             <scope>test</scope>
77         </dependency>
78         <dependency>
79             <groupId>${project.groupId}</groupId>
80             <artifactId>yang-store-api</artifactId>
81             <version>${netconf.version}</version>
82             <scope>test</scope>
83         </dependency>
84         <dependency>
85             <groupId>org.opendaylight.bgpcep</groupId>
86             <artifactId>util</artifactId>
87             <scope>test</scope>
88             <version>0.3.0-SNAPSHOT</version>
89         </dependency>
90         <dependency>
91             <groupId>${project.groupId}</groupId>
92             <artifactId>netconf-client</artifactId>
93             <version>${netconf.version}</version>
94         </dependency>
95         <dependency>
96             <groupId>${project.groupId}</groupId>
97             <artifactId>config-netconf-connector</artifactId>
98             <scope>test</scope>
99             <version>${netconf.version}</version>
100         </dependency>
101         <dependency>
102             <groupId>${project.groupId}</groupId>
103             <artifactId>config-manager</artifactId>
104             <scope>test</scope>
105             <version>${netconf.version}</version>
106         </dependency>
107         <dependency>
108             <groupId>${project.groupId}</groupId>
109             <artifactId>config-persister-impl</artifactId>
110             <scope>test</scope>
111             <version>${netconf.version}</version>
112         </dependency>
113         <dependency>
114             <groupId>${project.groupId}</groupId>
115             <artifactId>config-manager</artifactId>
116             <scope>test</scope>
117             <type>test-jar</type>
118             <version>${netconf.version}</version>
119         </dependency>
120         <dependency>
121             <groupId>${project.groupId}</groupId>
122             <artifactId>netconf-impl</artifactId>
123             <scope>test</scope>
124             <version>${netconf.version}</version>
125         </dependency>
126         <dependency>
127             <groupId>${project.groupId}</groupId>
128             <artifactId>netconf-mapping-api</artifactId>
129             <scope>test</scope>
130             <version>${netconf.version}</version>
131         </dependency>
132         <dependency>
133             <groupId>${project.groupId}</groupId>
134             <artifactId>netconf-util</artifactId>
135             <scope>test</scope>
136             <type>test-jar</type>
137             <version>${netconf.version}</version>
138         </dependency>
139         <dependency>
140             <groupId>${project.groupId}</groupId>
141             <artifactId>yang-store-impl</artifactId>
142             <scope>test</scope>
143             <version>${netconf.version}</version>
144         </dependency>
145         <dependency>
146             <groupId>${project.groupId}</groupId>
147             <artifactId>yang-store-impl</artifactId>
148             <scope>test</scope>
149             <type>test-jar</type>
150             <version>${netconf.version}</version>
151         </dependency>
152         <dependency>
153             <groupId>org.opendaylight.controller</groupId>
154             <artifactId>logback-config</artifactId>
155             <scope>test</scope>
156             <version>${netconf.version}</version>
157         </dependency>
158         <dependency>
159             <groupId>org.mockito</groupId>
160             <artifactId>mockito-all</artifactId>
161             <scope>test</scope>
162         </dependency>
163         <dependency>
164             <groupId>org.slf4j</groupId>
165             <artifactId>slf4j-api</artifactId>
166         </dependency>
167         <dependency>
168             <groupId>org.opendaylight.controller</groupId>
169             <artifactId>sal-binding-broker-impl</artifactId>
170             <version>1.0-SNAPSHOT</version>
171             <scope>test</scope>
172         </dependency>
173         <dependency>
174            <groupId>org.opendaylight.controller</groupId>
175            <artifactId>sal-binding-broker-impl</artifactId>
176            <version>1.0-SNAPSHOT</version>
177            <type>test-jar</type>
178            <scope>test</scope>
179         </dependency>
180         <dependency>
181         <groupId>org.opendaylight.controller</groupId>
182         <artifactId>ietf-netconf-monitoring</artifactId>
183         <version>0.2.3-SNAPSHOT</version>
184         </dependency>
185         <dependency>
186             <groupId>org.opendaylight.yangtools.model</groupId>
187             <artifactId>ietf-inet-types</artifactId>
188             <version>2010.09.24.2-SNAPSHOT</version>
189         </dependency>
190         <dependency>
191             <groupId>org.opendaylight.controller</groupId>
192             <artifactId>threadpool-config-api</artifactId>
193             <version>0.2.3-SNAPSHOT</version>
194         </dependency>
195         <dependency>
196             <groupId>org.opendaylight.controller</groupId>
197             <artifactId>netty-config-api</artifactId>
198             <version>0.2.3-SNAPSHOT</version>
199         </dependency>
200     </dependencies>
201
202     <packaging>bundle</packaging>
203
204     <build>
205         <plugins>
206             <plugin>
207                 <groupId>org.apache.felix</groupId>
208                 <artifactId>maven-bundle-plugin</artifactId>
209             </plugin>
210             <plugin>
211                 <groupId>org.opendaylight.yangtools</groupId>
212                 <artifactId>yang-maven-plugin</artifactId>
213                 <version>0.5.9-SNAPSHOT</version>
214                 <executions>
215                     <execution>
216                         <goals>
217                             <goal>generate-sources</goal>
218                         </goals>
219                         <configuration>
220                             <codeGenerators>
221                                 <generator>
222                                     <codeGeneratorClass>
223                                         org.opendaylight.controller.config.yangjmxgenerator.plugin.JMXGenerator
224                                     </codeGeneratorClass>
225                                     <outputBaseDir>${project.build.directory}/generated-sources/config</outputBaseDir>
226                                     <additionalConfiguration>
227                                         <namespaceToPackage1>
228                                             urn:opendaylight:params:xml:ns:yang:controller==org.opendaylight.controller.config.yang
229                                         </namespaceToPackage1>
230                                     </additionalConfiguration>
231                                 </generator>
232                                 <generator>
233                                     <codeGeneratorClass>org.opendaylight.yangtools.yang.unified.doc.generator.maven.DocumentationGeneratorImpl</codeGeneratorClass>
234                                     <outputBaseDir>target/site/models</outputBaseDir>
235                                 </generator>
236                             </codeGenerators>
237                             <inspectDependencies>true</inspectDependencies>
238                         </configuration>
239                     </execution>
240                 </executions>
241                 <dependencies>
242                     <dependency>
243                         <groupId>org.opendaylight.controller</groupId>
244                         <artifactId>yang-jmx-generator-plugin</artifactId>
245                         <version>0.2.3-SNAPSHOT</version>
246                     </dependency>
247                     <dependency>
248                         <groupId>org.opendaylight.yangtools</groupId>
249                         <artifactId>maven-sal-api-gen-plugin</artifactId>
250                         <version>0.6.0-SNAPSHOT</version>
251                         <type>jar</type>
252                     </dependency>
253                 </dependencies>
254             </plugin>
255             <plugin>
256                 <groupId>org.codehaus.mojo</groupId>
257                 <artifactId>build-helper-maven-plugin</artifactId>
258                 <version>1.8</version>
259                 <executions>
260                     <execution>
261                         <id>add-source</id>
262                         <phase>generate-sources</phase>
263                         <goals>
264                             <goal>add-source</goal>
265                         </goals>
266                         <configuration>
267                             <sources>
268                                 <source>${project.build.directory}/generated-sources/config</source>
269                             </sources>
270                         </configuration>
271                     </execution>
272                 </executions>
273             </plugin>
274
275             <plugin>
276                 <groupId>org.eclipse.xtend</groupId>
277                 <artifactId>xtend-maven-plugin</artifactId>
278             </plugin>
279         </plugins>
280     </build>
281 </project>