Downstream pipelines are not triggered when the artifact is an OSGi bundle and consumed as a jar

This issue is archived. You can view it, but you can't modify it. Learn more

XMLWordPrintable

      When a SNAPSHOT artifact is built with packaging = 'bundle' (using maven-bundle-plugin), downstream pipelines that consume the artifact as a jar dependency are not triggered.

      Artifact A:

      <groupId>my.org</groupId>
      <artifactId>event-api</artifactId>
      <packaging>bundle</packaging>
       
      

      Artifact B:

      <dependency>
          <groupId>my.org</groupId>
          <artifactId>event-api</artifactId>
      </dependency>

            Assignee:
            Cyrille Le Clerc
            Reporter:
            Robert Sykes
            Archiver:
            Jenkins Service Account

              Created:
              Updated:
              Resolved:
              Archived: