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>statisticsmanager.implementation</artifactId>
12 <version>0.4.2-SNAPSHOT</version>
13 <packaging>bundle</packaging>
15 <!-- Sonar properties using jacoco to retrieve integration test results -->
16 <sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis>
17 <sonar.jacoco.itReportPath>target/jacoco-it.exec</sonar.jacoco.itReportPath>
18 <sonar.jacoco.reportpath>target/jacoco.exec</sonar.jacoco.reportpath>
22 <groupId>junit</groupId>
23 <artifactId>junit</artifactId>
26 <groupId>org.opendaylight.controller</groupId>
27 <artifactId>clustering.services</artifactId>
30 <groupId>org.opendaylight.controller</groupId>
31 <artifactId>connectionmanager</artifactId>
34 <groupId>org.opendaylight.controller</groupId>
35 <artifactId>forwardingrulesmanager</artifactId>
38 <groupId>org.opendaylight.controller</groupId>
39 <artifactId>sal</artifactId>
42 <groupId>org.opendaylight.controller</groupId>
43 <artifactId>sal.connection</artifactId>
46 <groupId>org.opendaylight.controller</groupId>
47 <artifactId>statisticsmanager</artifactId>
50 <groupId>org.opendaylight.controller</groupId>
51 <artifactId>switchmanager</artifactId>
58 <groupId>org.jacoco</groupId>
59 <artifactId>jacoco-maven-plugin</artifactId>
60 <version>${jacoco.version}</version>
66 <groupId>org.apache.felix</groupId>
67 <artifactId>maven-bundle-plugin</artifactId>
68 <extensions>true</extensions>
71 <Import-Package>org.opendaylight.controller.clustering.services,
72 org.opendaylight.controller.sal.core,
73 org.opendaylight.controller.sal.flowprogrammer,
74 org.opendaylight.controller.sal.reader,
75 org.opendaylight.controller.sal.utils,
77 org.opendaylight.controller.sal.inventory,
78 org.opendaylight.controller.sal.match,
79 org.opendaylight.controller.sal.connection,
80 org.opendaylight.controller.switchmanager,
81 org.opendaylight.controller.statisticsmanager,
82 org.opendaylight.controller.forwardingrulesmanager,
83 org.opendaylight.controller.connectionmanager,
84 org.apache.felix.dm</Import-Package>
85 <Bundle-Activator>org.opendaylight.controller.statisticsmanager.internal.Activator</Bundle-Activator>
86 <Export-Package></Export-Package>
88 <manifestLocation>${project.basedir}/META-INF</manifestLocation>
92 <groupId>org.jacoco</groupId>
93 <artifactId>jacoco-maven-plugin</artifactId>
96 <include>org.opendaylight.controller.*</include>
103 <goal>prepare-agent</goal>
118 <connection>scm:git:ssh://git.opendaylight.org:29418/controller.git</connection>
119 <developerConnection>scm:git:ssh://git.opendaylight.org:29418/controller.git</developerConnection>
121 <url>https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main</url>