1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4 <modelVersion>4.0.0</modelVersion>
6 <groupId>org.opendaylight.controller</groupId>
7 <artifactId>commons.opendaylight</artifactId>
8 <version>1.4.1-SNAPSHOT</version>
9 <relativePath>../../commons/opendaylight</relativePath>
12 <connection>scm:git:ssh://git.opendaylight.org:29418/controller.git</connection>
13 <developerConnection>scm:git:ssh://git.opendaylight.org:29418/controller.git</developerConnection>
14 <url>https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main</url>
18 <artifactId>switchmanager</artifactId>
19 <version>0.6.1-SNAPSHOT</version>
20 <packaging>bundle</packaging>
23 <!-- Sonar properties using jacoco to retrieve integration test results -->
24 <sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis>
25 <sonar.jacoco.Reportpath>target/jacoco.exec</sonar.jacoco.Reportpath>
26 <sonar.jacoco.itReportPath>target/jacoco-it.exec</sonar.jacoco.itReportPath>
32 <groupId>org.jacoco</groupId>
33 <artifactId>jacoco-maven-plugin</artifactId>
34 <version>${jacoco.version}</version>
40 <groupId>org.apache.felix</groupId>
41 <artifactId>maven-bundle-plugin</artifactId>
42 <version>${bundle.plugin.version}</version>
43 <extensions>true</extensions>
47 org.opendaylight.controller.switchmanager
50 org.opendaylight.controller.clustering.services,
51 org.opendaylight.controller.configuration,
52 org.opendaylight.controller.sal.core,
53 org.opendaylight.controller.sal.utils,
54 org.opendaylight.controller.sal.packet,
55 org.opendaylight.controller.sal.inventory,
58 org.eclipse.osgi.framework.console,
60 javax.xml.bind.annotation,
61 org.apache.commons.lang3.builder
64 <manifestLocation>${project.basedir}/META-INF</manifestLocation>
68 <groupId>org.jacoco</groupId>
69 <artifactId>jacoco-maven-plugin</artifactId>
71 <includes>org.opendaylight.controller.*</includes>
77 <goal>prepare-agent</goal>
93 <groupId>org.opendaylight.controller</groupId>
94 <artifactId>clustering.services</artifactId>
95 <version>0.4.1-SNAPSHOT</version>
98 <groupId>org.opendaylight.controller</groupId>
99 <artifactId>configuration</artifactId>
100 <version>0.4.1-SNAPSHOT</version>
103 <groupId>org.opendaylight.controller</groupId>
104 <artifactId>sal</artifactId>
105 <version>0.5.1-SNAPSHOT</version>
108 <groupId>junit</groupId>
109 <artifactId>junit</artifactId>