1 <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">
2 <modelVersion>4.0.0</modelVersion>
5 <groupId>org.opendaylight.controller</groupId>
6 <artifactId>commons.opendaylight</artifactId>
7 <version>1.4.2-SNAPSHOT</version>
8 <relativePath>../commons/opendaylight</relativePath>
11 <version>0.2.5-SNAPSHOT</version>
12 <artifactId>netconf-subsystem</artifactId>
13 <packaging>pom</packaging>
14 <name>${project.artifactId}</name>
21 <module>netconf-api</module>
22 <module>netconf-impl</module>
23 <module>config-netconf-connector</module>
24 <module>netconf-util</module>
25 <module>config-persister-impl</module>
26 <module>netconf-mapping-api</module>
27 <module>netconf-client</module>
28 <module>netconf-ssh</module>
29 <module>netconf-monitoring</module>
30 <module>ietf-netconf-monitoring</module>
31 <module>ietf-netconf-monitoring-extension</module>
36 <id>integrationtests</id>
38 <activeByDefault>false</activeByDefault>
41 <module>netconf-it</module>
47 <osgi.version>5.0.0</osgi.version>
48 <maven.bundle.version>2.4.0</maven.bundle.version>
49 <slf4j.version>1.7.2</slf4j.version>
50 <netconf.netty.version>4.0.10.Final</netconf.netty.version>
51 <salGeneratorPath>${project.build.directory}/generated-sources/sal</salGeneratorPath>
56 <groupId>junit</groupId>
57 <artifactId>junit</artifactId>
61 <groupId>ch.qos.logback</groupId>
62 <artifactId>logback-classic</artifactId>
67 <dependencyManagement>
70 <groupId>org.osgi</groupId>
71 <artifactId>org.osgi.core</artifactId>
72 <version>${osgi.version}</version>
75 <groupId>${project.groupId}</groupId>
76 <artifactId>config-api</artifactId>
77 <version>${config.version}</version>
80 <groupId>${project.groupId}</groupId>
81 <artifactId>config-manager</artifactId>
82 <version>${config.version}</version>
85 <groupId>${project.groupId}</groupId>
86 <artifactId>config-manager</artifactId>
87 <version>${config.version}</version>
91 <groupId>${project.groupId}</groupId>
92 <artifactId>yang-jmx-generator</artifactId>
93 <version>${config.version}</version>
96 <groupId>${project.groupId}</groupId>
97 <artifactId>config-util</artifactId>
98 <version>${config.version}</version>
101 <groupId>${project.groupId}</groupId>
102 <artifactId>yang-store-api</artifactId>
103 <version>${config.version}</version>
106 <groupId>${project.groupId}</groupId>
107 <artifactId>yang-store-impl</artifactId>
108 <version>${config.version}</version>
111 <groupId>${project.groupId}</groupId>
112 <artifactId>yang-store-impl</artifactId>
113 <version>${config.version}</version>
114 <type>test-jar</type>
117 <groupId>${project.groupId}</groupId>
118 <artifactId>yang-test</artifactId>
119 <version>${config.version}</version>
122 <groupId>${project.groupId}</groupId>
123 <artifactId>netconf-api</artifactId>
124 <version>${netconf.version}</version>
127 <groupId>${project.groupId}</groupId>
128 <artifactId>netconf-util</artifactId>
129 <version>${netconf.version}</version>
132 <groupId>${project.groupId}</groupId>
133 <artifactId>netconf-util</artifactId>
134 <version>${netconf.version}</version>
135 <type>test-jar</type>
138 <groupId>${project.groupId}</groupId>
139 <artifactId>netconf-ssh</artifactId>
140 <version>${netconf.version}</version>
143 <groupId>${project.groupId}</groupId>
144 <artifactId>netconf-ssh</artifactId>
145 <version>${netconf.version}</version>
146 <type>test-jar</type>
149 <groupId>${project.groupId}</groupId>
150 <artifactId>netconf-mapping-api</artifactId>
151 <version>${netconf.version}</version>
154 <groupId>${project.groupId}</groupId>
155 <artifactId>netconf-impl</artifactId>
156 <version>${netconf.version}</version>
159 <groupId>${project.groupId}</groupId>
160 <artifactId>netconf-monitoring</artifactId>
161 <version>${netconf.version}</version>
164 <groupId>${project.groupId}</groupId>
165 <artifactId>ietf-netconf-monitoring</artifactId>
166 <version>${netconf.version}</version>
169 <groupId>org.opendaylight.controller</groupId>
170 <artifactId>config-persister-api</artifactId>
171 <version>${config.version}</version>
174 <groupId>org.opendaylight.controller</groupId>
175 <artifactId>config-persister-file-adapter</artifactId>
176 <version>${config.version}</version>
179 <groupId>${project.groupId}</groupId>
180 <artifactId>netconf-client</artifactId>
181 <version>${netconf.version}</version>
184 <groupId>xmlunit</groupId>
185 <artifactId>xmlunit</artifactId>
186 <version>1.4</version>
189 <groupId>${project.groupId}</groupId>
190 <artifactId>config-netconf-connector</artifactId>
191 <version>${netconf.version}</version>
194 <groupId>${project.groupId}</groupId>
195 <artifactId>config-persister-impl</artifactId>
196 <version>${netconf.version}</version>
199 <groupId>org.opendaylight.controller</groupId>
200 <artifactId>logback-config</artifactId>
201 <version>${config.version}</version>
204 </dependencyManagement>
210 <groupId>org.apache.maven.plugins</groupId>
211 <artifactId>maven-compiler-plugin</artifactId>
217 <groupId>org.apache.felix</groupId>
218 <artifactId>maven-bundle-plugin</artifactId>
219 <version>${maven.bundle.version}</version>
220 <extensions>true</extensions>
223 <Bundle-Name>${project.groupId}.${project.artifactId}</Bundle-Name>
228 <groupId>org.opendaylight.yangtools</groupId>
229 <artifactId>yang-maven-plugin</artifactId>
230 <version>${yangtools.version}</version>
234 <goal>generate-sources</goal>
237 <yangFilesRootDir>src/main/yang</yangFilesRootDir>
241 org.opendaylight.yangtools.maven.sal.api.gen.plugin.CodeGeneratorImpl
242 </codeGeneratorClass>
248 <codeGeneratorClass>org.opendaylight.yangtools.yang.unified.doc.generator.maven.DocumentationGeneratorImpl</codeGeneratorClass>
249 <outputBaseDir>${project.build.directory}/site/models</outputBaseDir>
252 <inspectDependencies>true</inspectDependencies>
258 <groupId>org.opendaylight.yangtools</groupId>
259 <artifactId>maven-sal-api-gen-plugin</artifactId>
260 <version>${yangtools.version}</version>
265 <groupId>org.codehaus.mojo</groupId>
266 <artifactId>build-helper-maven-plugin</artifactId>
267 <version>1.7</version>
270 <phase>generate-sources</phase>
272 <goal>add-source</goal>
276 <source>${salGeneratorPath}</source>