Fix feature issues
[transportpce.git] / features / odl-transportpce-dmaap-client / pom.xml
index f88a8342953d8cb91b8e55d3d941a1a0e450cb8e..f80fba3b953c5a5855f595bc655aadd29359b5ac 100644 (file)
@@ -22,8 +22,7 @@
   <name>OpenDaylight :: transportpce :: dmaap-client</name>
 
   <properties>
-    <!-- skipped because we are using config file as artifact and it is not installed before running test -->
-    <skip.karaf.featureTest>true</skip.karaf.featureTest>
+    <skip.karaf.featureTest>false</skip.karaf.featureTest>
   </properties>
 
   <dependencies>
       </exclusions>
     </dependency>
   </dependencies>
-
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>build-helper-maven-plugin</artifactId>
-        <executions>
-          <execution>
-            <id>attach-dmaap-artifact</id>
-            <phase>test</phase>
-            <goals>
-              <goal>attach-artifact</goal>
-            </goals>
-            <configuration>
-              <artifacts>
-                <artifact>
-                  <file>${basedir}/src/main/resources/org.opendaylight.transportpce.dmaap.cfg</file>
-                  <type>cfg</type>
-                  <classifier>config</classifier>
-                </artifact>
-              </artifacts>
-            </configuration>
-          </execution>
-        </executions>
-      </plugin>
-    </plugins>
-  </build>
 </project>