Uploaded image for project: 'Red Hat Fuse'
  1. Red Hat Fuse
  2. ENTESB-10370

Delete duplicate properties, when using fabric BOM as parent in Maven

    XMLWordPrintable

Details

    • Feature Request
    • Resolution: Done
    • Major
    • fuse-7.5-ER1
    • fuse-7.0
    • FIS-Spring Boot
    • None
    • % %
    • ?
    • 0
    • 0% 0%
    • Fuse 7.5 Sprint 50 - Dev #1

    Description

      When customer uses fabric BOM as a parent in maven

      <parent>
      <groupId>io.fabric8</groupId>
      <artifactId>fabric8-project-bom-camel-spring-boot</artifactId>
      <version>3.0.11.fuse-720027-redhat-00001</version>
      </parent>

      There appears some warnings about duplicated properties, when compiling on Maven

      He is aware he could use the BOM as intended, this way

      <dependencyManagement>
      <dependencies>
      <dependency>
      <groupId>io.fabric8</groupId>
      <artifactId>fabric8-project-bom-camel-spring-boot</artifactId>
      <version>3.0.11.fuse-720027-redhat-00001</version>
      <type>pom</type>
      <scope>import</scope>
      </dependency>
      </dependencies>
      </dependencyManagement>

      But he states that he need to hook into some of the properties that are declared in it. For example, he uses the spring boot property to declare the spring boot plugin.

      It is not a showstopper for him, but he is asking if could the duplicates be resolved in a next release

      Case link: https://access.redhat.com/support/cases/#/case/02335352

      Attachments

        Activity

          People

            yfang@redhat.com Freeman(Yue) Fang
            rhn-support-anarvaez Alfredo Narvaez
            Viliam Kasala Viliam Kasala
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: