1 <?xml version="1.0" encoding="UTF-8"?>
3 Copyright (c) 2015 Huawei, Inc and others. All rights reserved.
4 This program and the accompanying materials are made available under the
5 terms of the Eclipse Public License v1.0 which accompanies this distribution,
6 and is available at http://www.eclipse.org/legal/epl-v10.html
8 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
9 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
10 <modelVersion>4.0.0</modelVersion>
13 <groupId>org.opendaylight.controller</groupId>
14 <artifactId>config-parent</artifactId>
15 <version>0.4.3-SNAPSHOT</version>
19 <groupId>org.opendaylight.nemo</groupId>
20 <artifactId>openflow-renderer</artifactId>
21 <version>1.0.3-SNAPSHOT</version>
22 <packaging>bundle</packaging>
23 <name>${project.artifactId}</name>
26 <liblldp.version>0.10.3-SNAPSHOT</liblldp.version>
27 <openflowplugin.version>0.2.3-SNAPSHOT</openflowplugin.version>
28 <sonar.jacoco.reportPath>target/code-coverage/jacoco.exec</sonar.jacoco.reportPath>
29 <sonar.jacoco.itReportPath>target/code-coverage/jacoco-it.exec</sonar.jacoco.itReportPath>
34 <groupId>org.opendaylight.mdsal.model</groupId>
35 <artifactId>yang-ext</artifactId>
38 <groupId>org.opendaylight.controller.model</groupId>
39 <artifactId>model-topology</artifactId>
42 <groupId>org.opendaylight.controller</groupId>
43 <artifactId>liblldp</artifactId>
44 <version>${liblldp.version}</version>
47 <groupId>commons-net</groupId>
48 <artifactId>commons-net</artifactId>
51 <groupId>org.opendaylight.openflowplugin</groupId>
52 <artifactId>openflowplugin-extension-nicira</artifactId>
53 <version>${openflowplugin.version}</version>
56 <groupId>${project.groupId}</groupId>
57 <artifactId>nemo-api</artifactId>
58 <version>${project.version}</version>
61 <groupId>${project.groupId}</groupId>
62 <artifactId>nemo-impl</artifactId>
63 <version>${project.version}</version>
66 <groupId>com.fasterxml.jackson.core</groupId>
67 <artifactId>jackson-core</artifactId>
70 <groupId>com.fasterxml.jackson.core</groupId>
71 <artifactId>jackson-databind</artifactId>
74 <groupId>com.fasterxml.jackson.core</groupId>
75 <artifactId>jackson-annotations</artifactId>
78 <groupId>org.codehaus.jettison</groupId>
79 <artifactId>jettison</artifactId>
82 <groupId>junit</groupId>
83 <artifactId>junit</artifactId>
87 <groupId>org.mockito</groupId>
88 <artifactId>mockito-all</artifactId>
92 <groupId>org.slf4j</groupId>
93 <artifactId>slf4j-simple</artifactId>
101 <groupId>org.apache.felix</groupId>
102 <artifactId>maven-bundle-plugin</artifactId>
106 org.codehaus.jackson,
107 org.codehaus.jackson.*,
110 <Import-Package>*</Import-Package>
115 <groupId>org.opendaylight.yangtools</groupId>
116 <artifactId>yang-maven-plugin</artifactId>
120 <goal>generate-sources</goal>
123 <yangFilesRootDir>src/main/yang</yangFilesRootDir>
127 org.opendaylight.yangtools.maven.sal.api.gen.plugin.CodeGeneratorImpl
128 </codeGeneratorClass>
134 <inspectDependencies>true</inspectDependencies>
140 <groupId>org.opendaylight.mdsal</groupId>
141 <artifactId>maven-sal-api-gen-plugin</artifactId>
142 <version>${yangtools.version}</version>
148 <groupId>org.codehaus.mojo</groupId>
149 <artifactId>build-helper-maven-plugin</artifactId>
152 <id>attach-artifacts</id>
154 <goal>attach-artifact</goal>
156 <phase>package</phase>
160 <file>${project.build.directory}/classes/etc/opendaylight/karaf/config.xml</file>
162 <classifier>config</classifier>
165 <file>${project.build.directory}/classes/etc/opendaylight/karaf/node-resource.json</file>
167 <classifier>node-resource</classifier>
170 <file>${project.build.directory}/classes/etc/opendaylight/karaf/host-resource.json</file>
172 <classifier>host-resource</classifier>
175 <file>${project.build.directory}/classes/etc/opendaylight/karaf/link-resource.json</file>
177 <classifier>link-resource</classifier>
180 <file>${project.build.directory}/classes/etc/opendaylight/karaf/external-resource.json</file>
182 <classifier>external-resource</classifier>
190 <groupId>org.jacoco</groupId>
191 <artifactId>jacoco-maven-plugin</artifactId>
194 <include>org.opendaylight.nemo.*</include>
199 <id>pre-unit-test</id>
201 <goal>prepare-agent</goal>
204 <destFile>${sonar.jacoco.reportPath}</destFile>
208 <id>post-unit-test</id>
213 <dataFile>${sonar.jacoco.reportPath}</dataFile>
222 <connection>scm:git:ssh://git.opendaylight.org:29418/nemo.git</connection>
223 <developerConnection>scm:git:ssh://git.opendaylight.org:29418/nemo.git</developerConnection>
224 <url>https://wiki.opendaylight.org/view/NEMO:Main</url>