Re-enable SingleFeatureTest
authorStephen Kitt <skitt@redhat.com>
Tue, 15 Mar 2016 09:39:16 +0000 (10:39 +0100)
committerStephen Kitt <skitt@redhat.com>
Tue, 15 Mar 2016 09:39:16 +0000 (10:39 +0100)
For SingleFeatureTest to run, features modules need to specify
"<packaging>jar</packaging>" (even though they don't produce a JAR we
care about).

Change-Id: I9b1b73aff4a6e30e2fa2389b6da0525c5e8d87d6
Signed-off-by: Stephen Kitt <skitt@redhat.com>
features/pom.xml

index 4fd4b2c9999fd7ae6bd50780f0c5eaa722a96bb9..79df35718de8482050a9fbce2dee4ebfeeca9d58 100644 (file)
@@ -21,7 +21,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <groupId>org.opendaylight.ovsdb</groupId>
   <artifactId>features-ovsdb</artifactId>
   <version>1.3.0-SNAPSHOT</version>
-  <packaging>pom</packaging>
+  <packaging>jar</packaging>
   <description>The OVSDB Plugin integration project is a project for OpenDaylight that will implement the Open vSwitch Database RFC 7047 management protocol allowing the Southbound configuration of vSwitches and a network virtualization implementation.</description>
   <url>https://wiki.opendaylight.org/view/OVSDB_Integration:Main</url>
   <licenses>