Uploaded image for project: 'RESTEasy'
  1. RESTEasy
  2. RESTEASY-3432

Add a Channel Manifest for overriding the RESTEasy version when provisioning

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Unresolved
    • Icon: Major Major
    • None
    • None
    • None
    • None

      The wildfly-maven-plugin supports channel manifests in its configuration. Using a channel manifest allows simply the versions to be overridden which is what the goal of the feature pack is. Using a manifest allow testing with overridden RESTEasy libraries. It would consumers to use an overridden version of RESTEasy when provisioning a WildFly server as well.

      Example wildfly-maven-plugin configuration
      <channels>
          <channel>
              <manifest>
                  <groupId>org.jboss.resteasy</groupId>
                  <artifactId>resteasy-manifest</artifactId>
                  <version>${version.org.jboss.resteasy}</version>
              </manifest>
          </channel>
      </channels>
      

            jperkins-rhn James Perkins
            jperkins-rhn James Perkins
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: