Merge changes I02c2af4b,If6adaabc,I559b92ff
[controller.git] / opendaylight / hosttracker / implementation / pom.xml
index 402dfe32e350cd6486d9ca6cc36665e9bd2c746e..35a2238b2a3a5980af9d1b8d3abb362ab2d57a70 100644 (file)
@@ -9,7 +9,6 @@
                <version>1.4.0-SNAPSHOT</version>
                <relativePath>../../commons/opendaylight</relativePath>
        </parent>
-       <groupId>org.opendaylight.controller</groupId>
        <artifactId>hosttracker.implementation</artifactId>
        <version>0.4.0-SNAPSHOT</version>
        <packaging>bundle</packaging>
@@ -18,7 +17,7 @@
                <!-- Sonar properties using jacoco to retrieve integration test results -->
                <sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin>
                <sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis>
-               <sonar.jacoco.Reportpath>target/jacobo.exec</sonar.jacoco.Reportpath>
+               <sonar.jacoco.Reportpath>target/jacoco.exec</sonar.jacoco.Reportpath>
                <sonar.jacoco.itReportPath>target/jacoco-it.exec</sonar.jacoco.itReportPath>
                <sonar.language>java</sonar.language>
        </properties>
@@ -68,6 +67,7 @@
                                                <Service-Component>
                                                </Service-Component>
                                        </instructions>
+          <manifestLocation>${project.basedir}/META-INF</manifestLocation>
                                </configuration>
                        </plugin>
                        <plugin>