Uploaded image for project: 'controller'
  1. controller
  2. CONTROLLER-1961

odl-jolokia seems to package superfluous artifacts

XMLWordPrintable

      nite@nitebug : ~/odl/controller/features on * $ cat ./odl-jolokia/target/feature/feature.xml
      
      <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
      <features xmlns="http://karaf.apache.org/xmlns/features/v1.6.0" name="odl-extras-3.0.0-SNAPSHOT">
          <feature name="odl-jolokia" description="Jolokia JMX/HTTP bridge" version="3.0.0.SNAPSHOT">
              <details>OpenDaylight is leading the transformation to Open Software Defined Networking (SDN). For more information, please see https://www.opendaylight.org</details>
              <configfile finalname="/etc/org.jolokia.osgi.cfg">mvn:org.opendaylight.controller/odl-jolokia-osgi/3.0.0-SNAPSHOT/cfg/configuration</configfile>
              <feature>http</feature>
              <feature prerequisite="true" dependency="false">wrap</feature>
              <bundle>mvn:org.jolokia/jolokia-osgi/1.6.2</bundle>
              <bundle>wrap:mvn:org.jolokia/jolokia-core/1.6.2</bundle>
              <bundle>wrap:mvn:org.jolokia/jolokia-jsr160/1.6.2</bundle>
              <bundle>mvn:com.googlecode.json-simple/json-simple/1.1.1</bundle>
          </feature>
      </features>
      

      I think the wrap:mvn: jar content is already in present in jolokia-osgi. Verify that and if it is the case, exclude the jars.

            vladyslav.marchenko Vladyslav Marchenko
            rovarga Robert Varga
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: