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" 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>
5 <groupId>org.opendaylight.controller</groupId>
6 <artifactId>commons.opendaylight</artifactId>
7 <version>1.4.2-SNAPSHOT</version>
8 <relativePath>../../commons/opendaylight</relativePath>
11 <artifactId>switchmanager.implementation</artifactId>
12 <version>0.4.2-SNAPSHOT</version>
13 <packaging>bundle</packaging>
16 <!-- Sonar properties using jacoco to retrieve integration test results -->
17 <sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis>
18 <sonar.jacoco.Reportpath>target/jacoco.exec</sonar.jacoco.Reportpath>
19 <sonar.jacoco.itReportPath>target/jacoco-it.exec</sonar.jacoco.itReportPath>
23 <groupId>equinoxSDK381</groupId>
24 <artifactId>org.apache.felix.gogo.runtime</artifactId>
27 <groupId>equinoxSDK381</groupId>
28 <artifactId>org.eclipse.osgi</artifactId>
31 <groupId>junit</groupId>
32 <artifactId>junit</artifactId>
35 <groupId>org.opendaylight.controller</groupId>
36 <artifactId>clustering.services</artifactId>
39 <groupId>org.opendaylight.controller</groupId>
40 <artifactId>configuration</artifactId>
43 <groupId>org.opendaylight.controller</groupId>
44 <artifactId>sal</artifactId>
47 <groupId>org.opendaylight.controller</groupId>
48 <artifactId>statisticsmanager</artifactId>
51 <groupId>org.opendaylight.controller</groupId>
52 <artifactId>switchmanager</artifactId>
59 <groupId>org.jacoco</groupId>
60 <artifactId>jacoco-maven-plugin</artifactId>
61 <version>${jacoco.version}</version>
67 <groupId>org.apache.felix</groupId>
68 <artifactId>maven-bundle-plugin</artifactId>
69 <extensions>true</extensions>
72 <Export-Package></Export-Package>
73 <Import-Package>org.opendaylight.controller.configuration,
74 org.opendaylight.controller.switchmanager,
75 org.opendaylight.controller.clustering.services,
76 org.opendaylight.controller.sal.core,
77 org.opendaylight.controller.sal.utils,
78 org.opendaylight.controller.sal.packet,
79 org.opendaylight.controller.sal.reader,
80 org.opendaylight.controller.sal.inventory,
81 org.opendaylight.controller.statisticsmanager,
84 org.eclipse.osgi.framework.console,
86 org.apache.felix.service.command,
87 javax.xml.bind.annotation,
88 org.apache.commons.lang3.builder</Import-Package>
89 <Bundle-Activator>org.opendaylight.controller.switchmanager.internal.Activator</Bundle-Activator>
91 <manifestLocation>${project.basedir}/META-INF</manifestLocation>
95 <groupId>org.jacoco</groupId>
96 <artifactId>jacoco-maven-plugin</artifactId>
99 <include>org.opendaylight.controller.*</include>
106 <goal>prepare-agent</goal>
121 <connection>scm:git:ssh://git.opendaylight.org:29418/controller.git</connection>
122 <developerConnection>scm:git:ssh://git.opendaylight.org:29418/controller.git</developerConnection>
124 <url>https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main</url>