Uploaded image for project: 'Teiid'
  1. Teiid
  2. TEIID-1982

When packaging the rhq admin console jar for the jboss kit, add the teiid-client.jar contents to it

    XMLWordPrintable

Details

    • Task
    • Resolution: Done
    • Major
    • 7.4.1, 7.7
    • 7.4.1, 7.7.1, 8.0
    • Build/Kits
    • None

    Description

      This is a fix being pushed up stream. When the admin console rhq jar is being packaged into the jboss kit, it needs the teiid-client.jar added to it.

      Here's the pom.xml changes being submitted as an example:

      <mkdir dir="target/work/rhqrepackage" />
      <!-- repackage the jon console jar to include the teiid client jar -->
      <jar destfile="target/work/rhqrepackage/rhq-teiid-plugin-SOA-${project.version}.jar">
      <zipfileset src="target/work/teiid/resources/runtime/deploy/admin-console.war/plugins/rhq-teiid-plugin-SOA-${project.version}.jar" excludes="META-INF/*.RSA,META-INF/*.SF"/>
      <zipfileset src="target/work/teiid/client/teiid-client.jar" excludes="META-INF/*.RSA,META-INF/*.SF"/>
      </jar>

      <copy file="target/work/rhqrepackage/rhq-teiid-plugin-SOA-${project.version}.jar"
      tofile="target/work/teiid/resources/runtime/deploy/admin-console.war/plugins/rhq-teiid-plugin-SOA-${project.version}.jar" overwrite="true" />

      Attachments

        Activity

          People

            van.halbert Van Halbert (Inactive)
            van.halbert Van Halbert (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: