Uploaded image for project: 'BxMS Documentation'
  1. BxMS Documentation
  2. BXMSDOC-2795

Fix GAV details for RHPAM bom

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • None
    • 7.0
    • Other
    • None
    • June Sprint 1
    • Hide

      Run:
      $ mvn clean package -> fails
      $ mvn clean package -f pom.xml.correct -> ok
      $ mvn clean package -f pom.xml.platform -> ok

      Show
      Run: $ mvn clean package -> fails $ mvn clean package -f pom.xml.correct -> ok $ mvn clean package -f pom.xml.platform -> ok

      The RHPAM 7 migration guide shows how to use our bom:
      https://access.redhat.com/documentation/en-us/red_hat_process_automation_manager/7.0/html/migrating_from_red_hat_jboss_bpm_suite_6.4_to_red_hat_process_automation_manager_7.0/migration-java-projects-con#migration-java-dependencies-proc

      However, the listing is incorrect and contains wrong information for the bom:

        <groupId>org.jboss.bom.rhpam</groupId>
        <artifactId>rhpam-platform-bom</artifactId>
      

      This needs to be changed to:

        <groupId>org.jboss.bom</groupId>
        <artifactId>rhpam-platform-bom</artifactId>
      

      (or even <artifactId>rhpam-bom</artifactId>, not 100% sure)

        1. pom.xml
          1 kB
        2. pom.xml.correct
          1 kB
        3. pom.xml.platform
          1 kB

            sterobin@redhat.com Stetson Robinson (Inactive)
            rhn-support-mputz Martin Weiler (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: