Change inject-guice-testutils packaging
authorRobert Varga <robert.varga@pantheon.tech>
Sun, 27 Jan 2019 18:25:27 +0000 (19:25 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Sun, 27 Jan 2019 18:25:27 +0000 (19:25 +0100)
This artifact should never end up being loaded into OSGi, hence
package it as a jar, not as a bundle.

Change-Id: I3db5a8c3ce191f89876d0df15f009b6da1b7cec1
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
inject-guice-testutils/pom.xml

index 6b699f00d1a5c8288a37de8d683ade1870a8227e..a531eb14c822c9e6b2e6d6292125e97192a13235 100644 (file)
@@ -17,7 +17,7 @@
   </parent>
 
   <artifactId>inject.guice.testutils</artifactId>
-  <packaging>bundle</packaging>
+  <packaging>jar</packaging>
   <!-- <name> formatting is used by autorelease to parse and notify projects on
        build failure. Please do not modify this unless you have a good reason. -->
   <name>ODL :: infrautils :: ${project.artifactId}</name>